Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| php:compiler [2010/06/09 15:35] – gerald | php:compiler [2024/02/29 13:36] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Compiler ====== | ====== Compiler ====== | ||
| + | |||
| ===== APC ===== | ===== APC ===== | ||
| Zeile 12: | Zeile 13: | ||
| Win & Linux. Binaries from 2003. Seems not to support PHP Version > 4.3 :( | Win & Linux. Binaries from 2003. Seems not to support PHP Version > 4.3 :( | ||
| + | |||
| + | |||
| + | Quelle((http:// | ||
| + | |||
| + | The PHP language was originally implemented using a PHP interpreter. Several compilers now exist, which decouple the PHP language from the interpreter: | ||
| + | |||
| + | * Roadsend PHP - achieves native compilation by compiling to bigloo scheme, which in turn is compiled to C, then to machine code | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[wp> | ||
| + | * [[http:// | ||
| + | * [[wp> | ||
| + | * [[http:// | ||
| + | |||
| + | Advantages of compilation include not only better execution speed, but also obfuscation, | ||
| + | |||
| ====== Obfuscator ====== | ====== Obfuscator ====== | ||