Jean-Christian Imbeault wrote:

> David Robley wrote:
>
>> 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.
>
>
> Actually after asking the dev list I found that it *is* PHP "can" have 
> some control over.
>
> That's one of the things the Zend engine, for example, does in order 
> to speed up PHP script processing. 


Don't get too carried away here. It sounds like you are confusing two 
entirely different things. Your earlier questions were related to 
caching on the client, not on the server. Yes, PHP does have some 
control over what the client caches through HTTP, but this is unrelated 
to caching of PHP itself.

Chris


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

Reply via email to