Kalpana Kalpana (Editor)

Phalanger (compiler)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
C#, C++/CIL

Platform
  
.NET Framework

Operating system
  
Cross-platform

Website
  
www.php-compiler.net

Phalanger (compiler) https3bpblogspotcom31JCxzIOoMsVuPfLnkJeI

Stable release
  
3.0.0.3851 / January 2013

License
  
Apache License (Apache 2)

Phalanger php net compiler revealed 1 2


Phalanger is a project which was started at Charles University in Prague and was supported by Microsoft. It compiles source code written in the PHP scripting language into CIL byte-code. It handles the beginning of a compiling process which is completed by the JIT compiler component of the .NET Framework. It does not address native code generation nor optimization. Its purpose is to compile PHP scripts into .NET assemblies, logical units containing CIL code and meta-data.

Contents

Phalanger php net compiler revealed 2 2


Compatibility

Phalanger can run real-world PHP applications, many with minor to no modifications. Examples include WordPress,, phpMyAdmin and phpBB.

Performance

One of the main goals of the project is to improve performance of PHP applications. The project web page claims considerable performance benefits over a 32-bit Windows version of PHP.

There was a project at Charles University to re-implement the Phalanger core using the Microsoft Dynamic Language Runtime (DLR), and to develop a Visual Studio integration tool to provide IntelliSense for the PHP language.

Though some features from DLR would slow down the performance of Phalanger, they do claim performance gains by a factor of 6. These features are being integrated into current Phalanger core.

Google Summer of Code

A project involving Phalanger was mentored by the Mono team during the Google Summer of Code program in 2008. During this period Phalanger was ported to the Silverlight 2.0 framework with the goal of making it work on Moonlight as well.

Jadu sponsorship

Early in 2008, UK Content Management vendor Jadu partnered with the Prague-based team to improve communication between .NET and the Phalanger compiler. It is based on duck typing and provides a way for accessing objects from the dynamic PHP world that lack compile-time type information from a statically typed language in a .NET environment in a type-safe way.

In December 2008, Jadu announced that it has made the compiler available to the developer community and in interviews with ITPRO and VNUnet said that the development would help close the skills gap between PHP and .NET.

Devsense support & development

Since 2009, DEVSENSE company leads the development of the project and offers commercial support. DEVSENSE consists of core Phalanger developers and keeps this open-source project alive.

In addition to maintenance and growth of the project, Devsense is providing Visual Studio integration of Phalanger for the community.

Since 2012, DEVSENSE provides support forum for Phalanger (compiler) and related projects for the community.

References

Phalanger (compiler) Wikipedia