Posts Tagged "compiler"

  • PHP Compiler Internal Slides by Sebastian Bergmann

    Here’s an interesting slide from Sebastian Bergmann which explains the magic that happens when you execute your PHP code, and how it gets converted into bytecode. He also goes ahead to show you how to extend the PHP compiler in the presentation. PHP Compiler Internals View more Microsoft Word documents from Sebastian Bergmann.

    Read More...
  • Phalanger is a new PHP implementation introducing the PHP language into the family of compiled .NET languages. It provides PHP applications an execution environment that is fast and extremely compatible with the vast array of existing PHP code. Phalanger gives web-application developers the ability to benefit from both the ease-of-use and effectiveness of the PHP [...]

    Read More...