phc Changelog

What's new in phc 0.2.0.2

Jan 29, 2009
  • phc now builds correctly when the PHP embed SAPI could not be found, even though it is required for the compiler aspect of phc.

New in phc 0.2.0.1 (Jan 16, 2009)

  • The installer for phc did not install all files necessary for compilation, so that it could only be used from within the phc source directory. This should now be corrected.

New in phc 0.2.0 (Dec 11, 2008)

  • This release can compile most of PHP (excluding-object oriented features) to executable code.
  • It is fully compatible with the Zend engine, and the generated code can make use of all PHP extensions; generated code at the moment is approximately 1.5 faster than when interpreted.
  • Apart from code generation, this release also includes many other improvements in the parser, unparser, support for plugins, XML support, etc.