Posted by Michael Fesser on 09/18/07 14:17
..oO(Lammi)
>php-code isn't compiled ever.
PHP code is compiled into a bytecode, which is then interpreted by the
Zend engine. Code caches are able to keep the compiled code in memory to
speed up the script execution.
>it's parsed.
Parsing is one of the steps that have to be done before code can be
compiled.
Micha
[Back to original message]
|