Discussion: newbie
Afficher un message
Vieux 18/09/2007, 16h17   #4
Michael Fesser
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: newbie

..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
  Réponse avec citation
 
Page generated in 0,04158 seconds with 9 queries