Mailinglisten-Archive |
> Man kann damit (wie z.B. bei Java) Byte-Code erzeugen, der auf einem Rechner > ohne installiertes PHP ausführbar ist? Nein, Java Byte-Code ist auch nicht ohne Java VM ausführbar. Ähnlich ist es mit Zend: Man kann damit Skripte in einen optimierten Byte-Code-Zustand transformieren, so daß das Parsen beim Aufruf wegfällt oder reduziert wird - PHP ist trotzdem nötig. Zeev sagt dazu in einem Interview (http://beta.devshed.com/Server_Side/Zend/Interview/): The commercial product that we're planning is an optimizing compiler for PHP scripts. That compiler will boost the performance of Zend-based scripts even more, and in addition, allow to distribute compiled versions of scripts, without revealing their source code. As Zend itself, without the optimizing compiler, is already extremely fast, we believe that regular users, and small-medium web sites will not need these performance gains. Only large, high profile sites will find that optimizing compiler useful. In addition, companies or individuals that sell PHP scripts will benefit from the fact that they can now distribute their programs without revealing its source code. Mit freundlichen Grüßen, Tobias Ratschiller
php::bar PHP Wiki - Listenarchive