Originariamente inviato da daniele_dll
:master: :master:

praticamente convertono il byte code in eseguibile?
No, sono appena andato a rileggere
Compiler
The Compiler will convert PHP source code to machine code (binary) format, suitable for direct execution by the operating system. Other tools (including Bigloo and the C compiler and linker) will be used during the compilation and linking phases.
Qui c'è il manuale
http://www.roadsend.com/p/manual/vie...ageID=compiler

comunque questa cosa del bytecode l'ho letta da qualche parte, forse si tratta di un altro progetto.