Is the compiler cache a function of the my web host or my code?

You can cache the PHP bytecode on the server (which is more what I meant originally), and you can also cache in your code. For an easy example of caching with your code you could check out PEAR's package Cache_lite.


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



Reply via email to