Roadsend's PHP Compiler is now open source!
It moves PHP into directions never possible before, by compiling PHP into native executables on Linux, FreeBSD and Windows. It does not depend on Zend's PHP engine at all.
It has some drawbacks though: it requires Scheme to compile it (more work), does not support PHP 5 (stuck with PHP4), and has no 64-bit version yet (my test server is AMD64 native 64bit).
After compiling your PHP application, you can run it using the built in microserver, or as a FastCGI process.
Read the FAQ on Roadsend's web site.
Thanks to Arto Bendiken's pointer in another thread.
Comments
Khalid
phc compiler
Fri, 2007/06/22 - 11:37phc is an also an open source project that aims to provide a PHP compiler. It does not fully work yet, but has spawned off some interesting projects.
--
2bits -- Drupal and Backdrop CMS consulting
Visitor (not verified)
Have anybody tried drupal
Mon, 2007/06/25 - 14:06Have anybody tried drupal with Roadsend's PHP Compiler ?
Any experiences?