In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> Does using the auto_prepend config option in the php.ini file act 
> exactly like and include() call.
> 
> An include call will read the file off disk ... will auto.prepend do the 
> same thing or will PHP keep the file in memory for quick retrival?
> 
> Jc

Whether a document is kept in memory cache or not is not something that 
php has any control over, I think; your operating system is generally what 
looks after that.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to