>But my question still remains the same ... does PHP alone (without ZEND)
>compile code into some .compiled_PHP file so that the user loading same page
>for 2nd time gets better response than the 1st time?
No, it doesnt. Every time a user accesses a page that has PHP, the
page will be "built" on the spot. (server side) Its extremely fast so no
delays whatsoever.
More figurately, you have a webpage with the PHP code somewhere in
it, if a user requests to view it, the server generates the code, builds
the page, delivers it to the user and still keeps the original PHP code for
the next user, going over it again, dynamically.
Sorry if i cant explain this very well.
Pag
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php