<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Phalanger Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=Phalanger&amp;title=Home</link><description>Phalanger Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=118</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &amp;gt;&amp;gt; &lt;a href="http://support.devsense.com"&gt;Discussions&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/blog"&gt;Blog&lt;/a&gt; | &lt;a href="http://www.devsense.com/services/phalanger"&gt;Support&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.facebook.com&amp;#47;group.php&amp;#63;gid&amp;#61;295568806304"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=377999" alt="Phalanger&amp;#32;on&amp;#32;Facebook" title="Phalanger&amp;#32;on&amp;#32;Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://github.com/DEVSENSE/Phalanger"&gt;&lt;img style="border:none;" src="https://a248.e.akamai.net/assets.github.com/images/modules/header/logov7.png" alt="Fork on GitHub" title="Fork on GitHub" /&gt;&lt;/a&gt; &amp;gt;&amp;gt; &lt;a href="http://www.php-compiler.net/benchmarks"&gt;Benchmarks&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/"&gt;Phalanger Home Page&lt;/a&gt;&lt;/h1&gt;&lt;hr /&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Wed, 05 Sep 2012 22:09:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120905100946P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=117</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &amp;gt;&amp;gt; &lt;a href="http://support.devsense.com"&gt;Discussions&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/blog"&gt;Blog&lt;/a&gt; | &lt;a href="http://www.devsense.com/services/phalanger"&gt;Support&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.facebook.com&amp;#47;group.php&amp;#63;gid&amp;#61;295568806304"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=377999" alt="Phalanger&amp;#32;on&amp;#32;Facebook" title="Phalanger&amp;#32;on&amp;#32;Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&amp;gt;&amp;gt; &lt;a href="http://www.php-compiler.net/benchmarks"&gt;Benchmarks&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/"&gt;Phalanger Home Page&lt;/a&gt;&lt;/h1&gt;&lt;hr /&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Fri, 11 May 2012 17:43:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120511054306P</guid></item><item><title>Updated Wiki: NetResources</title><link>http://phalanger.codeplex.com/wikipage?title=NetResources&amp;version=10</link><description>&lt;div class="wikidoc"&gt;To use .NET resources in the App_GlobalResources under Phalanger, you&amp;#39;ll need to do the following:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add a reference to the following assembly under &amp;lt;classLibrary&amp;gt;:&lt;/li&gt;&lt;/ul&gt;
&lt;span class="codeInline"&gt; &amp;lt;add assembly=&amp;quot;App_GlobalResources&amp;quot; /&amp;gt; &lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;After adding the assembly, you&amp;#39;ll be able to access resources in a similar way as you do so under ASP.NET, modified slightly to be PHP-compatible.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;For example, if there was a file called &amp;quot;strings.resx&amp;quot;, you&amp;#39;ll access the ResourceManager with:&lt;br /&gt;&lt;span class="codeInline"&gt; Resources\strings::$ResourceManager &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And a resource named &amp;quot;NAMESUFIX&amp;quot; with:&lt;br /&gt;&lt;span class="codeInline"&gt; Resources\strings::$NAMESUFIX &lt;/span&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 23 Apr 2012 20:35:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: NetResources 20120423083523P</guid></item><item><title>Updated Wiki: NetResources</title><link>http://phalanger.codeplex.com/wikipage?title=NetResources&amp;version=9</link><description>&lt;div class="wikidoc"&gt;To use .NET resources in the App_GlobalResources under Phalanger, you&amp;#39;ll need to do the following:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Add a reference to the following assembly under &amp;lt;classLibrary&amp;gt;:&lt;/li&gt;&lt;/ul&gt;
&lt;span class="codeInline"&gt; &amp;lt;add assembly=&amp;quot;App_GlobalResources&amp;quot; /&amp;gt; &lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;After adding the assembly, you&amp;#39;ll be able to access resources in a similar way as you do so under ASP.NET, modified slightly to be PHP-compatible.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;For example, if there was a file called &amp;quot;strings.resx&amp;quot;, you&amp;#39;ll access the ResourceManager with:&lt;br /&gt;&lt;span class="codeInline"&gt; Resources\strings::$ResourceManager &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And a resource named &amp;quot;NAMESUFIX&amp;quot; with:&lt;br /&gt;&lt;span class="codeInline"&gt; Resources\strings::$NAMESUFIX &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;You may want to look at a CodePlex project looking to improve the layout of resx files to be more user-readable and robust&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/ImprovedResX"&gt;ImprovedResX&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 23 Apr 2012 20:35:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: NetResources 20120423083500P</guid></item><item><title>Updated Wiki: NetAccessors</title><link>http://phalanger.codeplex.com/wikipage?title=NetAccessors&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;.NET Namespaces (as well as PHP namespaces) are accessed by using standard PHP syntax&lt;/li&gt;
&lt;li&gt;.NET Static Functions are accessed with :: (as well as PHP static functions)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;For example, in C#, we would do the following:&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
System.String.Format(&lt;span style="color:#A31515;"&gt;&amp;quot;{0}&amp;quot;&lt;/span&gt;, &lt;span style="color:#A31515;"&gt;&amp;quot;test&amp;quot;&lt;/span&gt;);
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;in Phalanger, we would access it as such:&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
System\String::Format(&lt;span style="color:#A31515;"&gt;&amp;quot;{0}&amp;quot;&lt;/span&gt;, &lt;span style="color:#A31515;"&gt;&amp;quot;test&amp;quot;&lt;/span&gt;);
&lt;/pre&gt;&lt;/div&gt;
&lt;ul&gt;&lt;li&gt;.NET Class Static Properties in PHP require a $, as do static fields&lt;/li&gt;&lt;/ul&gt;
&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
MyNamespace\MyClass::$MyStaticProperty
&lt;/pre&gt;&lt;/div&gt;or&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
MyNamespace\MyClass::$MyStaticField
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 23 Apr 2012 20:34:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: NetAccessors 20120423083409P</guid></item><item><title>Updated Wiki: NetAccessors</title><link>http://phalanger.codeplex.com/wikipage?title=NetAccessors&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;ul&gt;&lt;li&gt;.NET Namespaces (as well as PHP namespaces) are accessed by using standard PHP syntax&lt;/li&gt;
&lt;li&gt;.NET Static Functions are accessed with :: (as well as PHP static functions)&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;For example, in C#, we would do the following:&lt;br /&gt;&lt;span class="codeInline"&gt; System.String.Format(&amp;quot;{0}&amp;quot;, &amp;quot;test&amp;quot;); &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;in Phalanger, we would access it as such:&lt;br /&gt;&lt;span class="codeInline"&gt; System\String::Format(&amp;quot;{0}&amp;quot;, &amp;quot;test&amp;quot;); &lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;.NET Class Static Properties in PHP require a $, as do static fields&lt;/li&gt;&lt;/ul&gt;
&lt;span class="codeInline"&gt; MyNamespace\MyClass::$MyStaticProperty &lt;/span&gt;&lt;br /&gt;or&lt;br /&gt;&lt;span class="codeInline"&gt; MyNamespace\MyClass::$MyStaticField &lt;/span&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 23 Apr 2012 20:32:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: NetAccessors 20120423083244P</guid></item><item><title>Updated Wiki: ProjectIdeas</title><link>http://phalanger.codeplex.com/wikipage?title=ProjectIdeas&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Phalanger Ideas Page&lt;/h1&gt;&lt;i&gt;Introducing full-featured PHP runtime &amp;amp; compiler for .NET/Mono frameworks. Phalanger is modern open-source implementation of PHP, compatible with the vast array of existing PHP code. In addition Phalanger gives PHP-application developers lot of new possibilities; like improving the performance, allowing to use modern environments or  taking advantage of seamless .NET integration.&lt;/i&gt;&lt;br /&gt;
&lt;h2&gt;Contents&lt;/h2&gt;1.	&lt;a href="#Guidelines"&gt;Guidelines&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;1.1.	&lt;a href="#Mentors"&gt;Mentors&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;1.2.	&lt;a href="#Requirements"&gt;Requirements&lt;/a&gt;&lt;/blockquote&gt;2.	&lt;a href="#Ideas"&gt;Ideas&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;2.1.	&lt;a href="#Linux &amp;amp; Mono"&gt;Linux &amp;amp; Mono&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.1.	&lt;a href="#Project: Monodevelop PHP plugin"&gt;Project: Monodevelop PHP plugin&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.2.	&lt;a href="#Project: Phalanger package"&gt;Project: Phalanger package&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.3.	&lt;a href="#Project: Moonlight 4.0 support"&gt;Project: Moonlight 4.0 support&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.4.	&lt;a href="#Project: OpenGL API for PHP"&gt;Project: OpenGL API for PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.5.	&lt;a href="#Project: Native Linux library interoperability"&gt;Project: Native Linux library interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.6.	&lt;a href="#Project: Native PHP library interoperability"&gt;Project: Native PHP library interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.2.	&lt;a href="#Windows &amp;amp; .NET"&gt;Windows &amp;amp; .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.1.	&lt;a href="#Project: Silverlight 4.0 Support"&gt;Project: Silverlight 4.0 Support&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.2.	&lt;a href="#Project: COM interoperability"&gt;Project: COM interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.3.	&lt;a href="#Project: DirectX API for PHP"&gt;Project: DirectX API for PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.3.	&lt;a href="#Mobile Devices"&gt;Mobile Devices&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.1.	&lt;a href="#Project: Ensure MonoDroid running PHP"&gt;Project: Ensure MonoDroid running PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.2.	&lt;a href="#Project: Ensure MonoTouch running PHP"&gt;Project: Ensure MonoTouch running PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.3.	&lt;a href="#Project: Build PHP application running on WindowsPhone7"&gt;Project: Build PHP application running on WindowsPhone7&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.4.	&lt;a href="#Compatibility &amp;amp; New Features"&gt;Compatibility &amp;amp; New Features&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.1.	&lt;a href="#Project: Lambda Functions and Closures"&gt;Project: Lambda Functions and Closures&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.2.	&lt;a href="#Project: Late Static Binding"&gt;Project: Late Static Binding&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.3.	&lt;a href="#Project: Traits"&gt;Project: Traits&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.4.	&lt;a href="#Project: Implement PHP Extensions"&gt;Project: Implement PHP Extensions&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.5.	&lt;a href="#Project: SPL Library"&gt;Project: SPL Library&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.6.	&lt;a href="#Project: PHP Reflection"&gt;Project: PHP Reflection&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.7.	&lt;a href="#Project: Run PHP Applications and Frameworks on .NET"&gt;Project: Run PHP Applications and Frameworks on .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.8.	&lt;a href="#Project: Language Integrated Query to .NET"&gt;Project: Language Integrated Query to .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.9.	&lt;a href="#Project: PHP 5 native extensions interoperability"&gt;Project: PHP 5 native extensions interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.5.	&lt;a href="#Runtime Performance"&gt;Runtime Performance&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.5.1.	&lt;a href="#Project: Local variables optimization"&gt;Project: Local variables optimization&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.5.2.	&lt;a href="#Project: Mono Performance"&gt;Project: Mono Performance&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;
&lt;hr /&gt;

&lt;h1&gt;1. &lt;a name="Guidelines"&gt;&lt;/a&gt; Guidelines&lt;/h1&gt;&lt;blockquote&gt;&lt;h2&gt;1.1. &lt;a name="Mentors"&gt;&lt;/a&gt; Mentors&lt;/h2&gt;&lt;/blockquote&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt; Mentor &lt;/th&gt;&lt;th&gt; Contact &lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Miloslav Beňo"&gt;&lt;/a&gt;&lt;a href="http://www.codeplex.com/site/users/view/miloslavbeno/" class="externalLink"&gt;Miloslav Beňo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email:&lt;/b&gt; milkob@gmail.com, &lt;b&gt;Skype:&lt;/b&gt; miloslavbeno &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Jakub Míšek"&gt;&lt;/a&gt;&lt;a href="http://www.codeplex.com/site/users/view/jakub" class="externalLink"&gt;Jakub M&amp;#237;šek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email/XMPP:&lt;/b&gt; jmisek@gmail.com, &lt;b&gt;MSN:&lt;/b&gt; jakubmisek@volny.cz, &lt;b&gt;ICQ:&lt;/b&gt; 170595796, &lt;b&gt;Skype:&lt;/b&gt; ekubik &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Tomáš Petříček"&gt;&lt;/a&gt;&lt;a href="http://tomasp.net/about/" class="externalLink"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email/MSN:&lt;/b&gt; tomas@tomasp.net, &lt;b&gt;Web/Blog:&lt;/b&gt; &lt;a href="http://tomasp.net/" class="externalLink"&gt;http://tomasp.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;i&gt;Feel free to contact us with your ideas, questions or suggestions.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;1.2. &lt;a name="Requirements"&gt;&lt;/a&gt; Requirements&lt;/h2&gt;&lt;/blockquote&gt;The Phalanger project is built on the .NET technology, mostly written in C# language. Occasionally some parts are written in C++/CLI and IL languages. Participating on our project requires knowledge of .NET runtime and C# language. Optionally it would help to understand compilers, .NET/Mono internals and interoperability between managed and native code on Linux or Windows.&lt;br /&gt;
&lt;h1&gt;2. &lt;a name="Ideas"&gt;&lt;/a&gt; Ideas&lt;/h1&gt;
&lt;blockquote&gt;&lt;h2&gt;2.1. &lt;a name="Linux &amp;amp; Mono"&gt;&lt;/a&gt; Linux &amp;amp; Mono&lt;/h2&gt;&lt;/blockquote&gt;The Phalanger project is built on the .NET platform with respect to Mono implementation. This allows users to take advantage of PHP language simplicity on all the .NET platforms. Following projects are great opportunities to learn PHP and Mono integration on Linux.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.1. &lt;a name="Project: Monodevelop PHP plugin"&gt;&lt;/a&gt; Project: Monodevelop PHP plugin&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Design and develop plugin for Monodevelop IDE that enables PHP projects for .NET – PHP console application and PHP web site. It can be easily done by using the Phalanger compiler &amp;amp; runtime. Optionally you can implement syntax highlighting features, propose Code Sense functionalities etc.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Installable Monodevelop plugin that enables PHP projects like PHP console application and PHP web site. PHP code can be written, compiled by Phalanger and resulting .NET assembly debugged right in the environment.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Monodevelop, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.2. &lt;a name="Project: Phalanger package"&gt;&lt;/a&gt; Project: Phalanger package&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger comes with simple installation package for Windows that automatically copies, registers and configures Phalanger compiler and runtime. This would help a lot to  community using Linux; a package with auto-update ability that installs prerequisites like Mono, installs Phalangers binaries and configures it to run immediately as a web server or as a standalone PHP compiler for .NET.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Phalanger Linux installation package.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, Linux packages&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.3. &lt;a name="Project: Moonlight 4.0 support"&gt;&lt;/a&gt; Project: Moonlight 4.0 support&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was able to compile PHP code as a Silverlight/Moonlight 2.0 application already. This project takes into account Moonlight 4.0 platform. However the Silverlight 2.0 support was broken. Student can update and fix the Phalanger for Silverlight and ensure it works on Moonlight 4.0 too.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Moonlight 4.0 application built from PHP code using Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, Moonlight, C#, occasionally IL.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.4. &lt;a name="Project: OpenGL API for PHP"&gt;&lt;/a&gt; Project: OpenGL API for PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many managed wrappers allowing developing of OpenGL application in C# (or any other .NET family language). Since Phalanger introduces PHP language into the family of .NET languages, it is possible to build OpenGL application in PHP now. Student can easily reference managed OpenGL wrapper within its PHP project and take advantage of all of its .NET objects.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; OpenGL managed application written in PHP language.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; OpenGL, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.5. &lt;a name="Project: Native Linux library interoperability"&gt;&lt;/a&gt; Project: Native Linux library interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There is already an extension that allows using of .NET classes in classic PHP. Since Phalanger is natively built to integrate PHP with .NET, this interoperability works seamlessly without a need of such extension. However there is no similar extension that allows using of native C/C++ functions from managed environment. This project takes into account interoperability of managed Mono world and world of native C/C++ libraries. Create managed library running on Mono/Linux providing object oriented access to functions in native C/C++ libraries. Student can take advantage of dynamic environment provided by Phalanger to create wrapping functions and classes during runtime.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Managed library that allows calling functions from any C/C++ library. Design this library as Phalanger extension providing object oriented way to access native libraries. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, Mono, Mono interop, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.6. &lt;a name="Project: Native PHP library interoperability"&gt;&lt;/a&gt; Project: Native PHP library interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;A lot of libraries were written for PHP as native extensions in C language. This project targets the interoperability possibilities of native PHP extensions and managed code running on Mono. You can load native PHP extension and read its native functions/classes and constants. Using built-in Mono C++ interop it could be possible to generate managed library exposing these functions/classes and constants that call internally corresponding representation in native linux PHP extension. This managed wrapper should be easily usable in any managed application running on Mono. Student can use the similar solution already built for native Windows PHP extensions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Generator of managed libraries that wrap functionality of native Linux PHP extension.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, C#, IL, Mono, Mono interop.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h4&gt;2.1.6.1. &lt;a name="Project: Linux extension support"&gt;&lt;/a&gt; Project: Linux extension support&lt;/h4&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Some PHP extensions require to use the PHP core and current runtime state itself (e.g. to collect local variables, look for declared classes, call ZEND API etc.). To enable seamless and proper support of native PHP extensions there can be designed so called extension support for PHP extensions. This relies on technique known from Windows called DLL hijacking. The actual PHP core library is replaced with different library with the same interface that catches requests of the library and responses with the information obtained from the Phalanger runtime. Student can use the similar solution already built for native Windows PHP extensions. The solution is not expected to be fully working; we are expecting a sort of proof of concept.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Generator of managed library that wrap functionality of native Linux PHP extension (see above). Moreover calls from the extension to PHP core must be catch and forwarded to actual managed runtime that serves back faked information.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, C#, IL, Mono, Mono interop.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.2. &lt;a name="Windows &amp;amp; .NET"&gt;&lt;/a&gt; Windows &amp;amp; .NET&lt;/h2&gt;&lt;/blockquote&gt;On Windows Phalanger is still little bit more usable than on linux. Since it is more complete, and available also with integrated development environment, there are greater possibilities of experimenting and integrating with existing technologies.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.1. &lt;a name="Project: Silverlight 4.0 Support"&gt;&lt;/a&gt; Project: Silverlight 4.0 Support&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was already modified to allow compiling and running PHP code on Silverlight 2.0. However the support was not maintained and was broken a little. Student can port an existing code by using Silverlight 4.0 SDK and fix features working on full .NET and not working on Silverlight CLR. Student can use many documented examples of Silverlight 2.0 applications written in PHP already.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Silverlight 4.0 application built from PHP code using Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Silverlight 4.0, compilers and IL intuitively.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium to High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.2. &lt;a name="Project: COM interoperability"&gt;&lt;/a&gt; Project: COM interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;PHP extension COM allowing users to interact with .NET and COM objects is very inefficient way of accessing such objects in PHP. Since Phalanger interoperates with .NET by design seamlessly, the COM extension was not implemented. However due to 100% compatibility issues with classic PHP applications the support can be added. Moreover the extension allows accessing COM objects by ID, which Phalanger can’t. This project is interesting in its possibilities of integrating COM objects into dynamic environment. Student can design a way of accessing COM objects that simplifies its usage a lot – thanks to dynamic environment it can be easier than in C#.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; COM and NET classes that are known from PHP extension COM. The classes have to encapsulate .NET types in the form of Phalanger object.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt;  Medium. Student can learn object model of interoperability between static .NET world and dynamic PHP world.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.3. &lt;a name="Project: DirectX API for PHP"&gt;&lt;/a&gt; Project: DirectX API for PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many managed wrappers allowing development of DirectX application in C# (or any other .NET family language). Since Phalanger introduces PHP language into the family of .NET languages, it is possible to build DirectX application in PHP now. Student can easily reference managed DirectX wrapper within his PHP project and take advantage of all of its .NET objects.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; DirectX managed application written in PHP language.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; DirectX API, C#, e.g. WindowsAPICodePack&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.3. &lt;a name="Mobile Devices"&gt;&lt;/a&gt; Mobile Devices&lt;/h2&gt;&lt;/blockquote&gt;Taking advantage of Mono giving us a great possibilities of integrating PHP language with all the platforms supported by Mono, even with mobile devices.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.1. &lt;a name="Project: Ensure MonoDroid running PHP"&gt;&lt;/a&gt; Project: Ensure MonoDroid running PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger compiles PHP code into managed application that runs on Mono platform seamlessly. Using MonoDroid student can build an application in PHP, even using .NET methods, compile it with Phalanger, and deploy it onto Android OS running MonoDroid.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on an Android device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.2. &lt;a name="Project: Ensure MonoTouch running PHP"&gt;&lt;/a&gt; Project: Ensure MonoTouch running PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger compiles PHP code into managed application that runs on Mono platform seamlessly. Using MonoTouch student can build an application in PHP, even using .NET methods, compile it with Phalanger, and deploy it onto OS X running MonoTouch.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on OS X device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.3. &lt;a name="Project: Build PHP application running on WindowsPhone7"&gt;&lt;/a&gt; Project: Build PHP application running on WindowsPhone7&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Windows Phone 7 applications are completely managed, running on modified Silverlight runtime. Phalanger is able to compile PHP code into managed IL code. Also it seamlessly allows usage of .NET objects and methods. Since it would be possible to write application in PHP language and compile it with modified Phalanger compiler built on WP7 SDK.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on Windows Phone 7 device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Silverlight, XAML&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High. Also Phalanger can be extended with Code DOM for XAML.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.4. &lt;a name="Compatibility &amp;amp; New Features"&gt;&lt;/a&gt; Compatibility &amp;amp; New Features&lt;/h2&gt;&lt;/blockquote&gt;Phalanger is completely new full implementation of PHP language. It is almost complete and offers full range of PHP features plus many new introduced only in Phalanger to allow easy seemless interoperability with .NET runtime. Still there are missing functionalities that would improve the value of the project.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.1. &lt;a name="Project: Lambda Functions and Closures"&gt;&lt;/a&gt; Project: Lambda Functions and Closures&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Lambda functions are construct originating from domain of functional languages which enable developers to declare and use functions as first class values. In brevity, lambda function is special kind of object which can be called. Closures are objects used to enable lambda functions to access local variables of functions that they are declared in. Both lambda functions and closures were introduced in PHP 5.3. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of both compilation and runtime for lambda functions and closures.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (intermediate)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.2. &lt;a name="Project: Late Static Binding"&gt;&lt;/a&gt; Project: Late Static Binding&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Late static binding is a new feature introduced in PHP 5.3, which makes it possible to bind the static members in a function based on class which is used to call it. Imagine classes A and B, both with static member foo, and A in addition having function bar, which only prints result of foo() call to output. If self::foo() is called in bar(), A::bar() calls A::foo() and B::bar() also calls A::foo(). If you use static::foo() instead, A::bar() calls A::foo() and B::bar calls B::foo(). This can be quite useful for static functions which do common task using static members which can change in the derived classes.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of both compilation and runtime for late static binding.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (basics)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium to high. Student will have to learn part of Phalanger reflection and internal compilation structures to implement this efficiently.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.3. &lt;a name="Project: Traits"&gt;&lt;/a&gt; Project: Traits&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger is easily updatable compiler of PHP language. Traits is a new PHP 5.4 feature, that should be implemented into Phalager runtime and compiler to keep compatibility with latest PHP applications.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; PHP 5.4 Traits support in Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (advanced)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.4. &lt;a name="Project: Implement PHP Extensions"&gt;&lt;/a&gt; Project: Implement PHP Extensions&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was originally targeted to be compatible with PHP 4.X and compatibility with 5.X versions was maintained only partially. Many extensions, which were previously optional, were bundled to PHP. Currently, Phalanger supports PHP 4.X versions using native Extension Support. However, these extensions were changed and updated since, so Phalanger does not support current version. Since Native Extension Support does not fully support PHP 5 extensions and generally this support suffers from performance drawbacks. For example it would be great if Phalanger’s Class Library was extended by following built-in extensions:
&lt;ul&gt;&lt;li&gt;BCMath - Extension enabling use of arbitrary-precision mathematics.&lt;/li&gt;
&lt;li&gt;FTP - Extension providing functions for communication using File Transfer Protocol.&lt;/li&gt;
&lt;li&gt;IconV - Extension, which implements functions for easier writing of multilingual scripts.&lt;/li&gt;
&lt;li&gt;libXML - Extension which provides basic functions to many other XML-related extensions.&lt;/li&gt;
&lt;li&gt;ODBC - Extension which implements functions of ODBC and Unified ODBC (database with semantics derived from ODBC).&lt;/li&gt;
&lt;li&gt;WDDX - Extension providing functions for using Web Distributed Data Exchange (WDDX) data interchange mechanism.&lt;/li&gt;
&lt;li&gt;SQLite - Extension providing function for using SQLite lightweight database.&lt;/li&gt;
&lt;li&gt;XML - Extension which allows implementation of XML Parsers.&lt;/li&gt;
&lt;li&gt;ZLib - Extension which enables transparent reading and writing of gzip compressed files.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of one or more extensions (depending on complexity).&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, basic knowledge of involved technology.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to high. Depends on the specific extension, some may be simple mapping of .NET library to PHP function behavior, some require protocol reimplementation because of unavailability of Windows-compatible libraries or licence issues (e.g. proprietary or GPL).&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.5. &lt;a name="Project: SPL Library"&gt;&lt;/a&gt; Project: SPL Library&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;SPL library contains many functions and classes that provide PHP with some basic data structures, iterators, interfaces, exceptions and other functionality. Phalanger implements most of this, though there are many areas, which remain unimplemented – largest part being SPL data structures. There are two possible approached to this – student can either implement this in C# or implement it as PHP/CLR Pure library, the latter approach being used currently.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of remaining functions and classes and fixing the existing ones to be compatible with current implementation.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP, knowledge of common data structures and algorithms.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low or Medium.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.6. &lt;a name="Project: PHP Reflection"&gt;&lt;/a&gt; Project: PHP Reflection&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger has its own design and implementation of Reflection layer which was prepared with .NET interoperability and compilation in mind – this reflection layer is used by Phalanger runtime for many dynamic operations. The point of this project is to map interface used by PHP to existing Phalanger reflection layer. This may prove to be difficult as runtimes of Phalanger and PHP work very differently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of Reflection classes which work accordingly with PHP implementation.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP runtime (familiar).&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.7. &lt;a name="Project: Run PHP Applications and Frameworks on .NET"&gt;&lt;/a&gt; Project: Run PHP Applications and Frameworks on .NET&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many various open-source applications and frameworks written in PHP. While Phalanger is already able to run many (e.g. Wordpress, Drupal 6.2, phpBB and MediaWiki 1.6) without any problem, it’s always good to have more compatible and reliable software. One way of ensuring this is to use applications or frameworks and resolve issues that are encountered. If you have favorite applications or frameworks, which you will like to run on Phalanger (e.g. because of increased performance or .NET integration), you can test it and resolve issues which are revealed in the process.&lt;br /&gt;&lt;br /&gt;Note: currently PHP projects requiring extensions that has not been reimplemented to .NET yet can run on Windows/Phalanger only.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Working application on Phalanger and resolved bugs for one or multiple projects, or list of incompatibilities for projects with more issues.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to High. This depends on actual issues.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.8. &lt;a name="Project: Language Integrated Query to .NET"&gt;&lt;/a&gt; Project: Language Integrated Query to .NET&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger already defines extended syntax for Language Integrated Queries (LINQ). However currently the Phalanger compiler and runtime only supports LINQ when working with PHP arrays. We have some ideas on how to extend the support to include other .NET LINQ providers based on IQueryable, but most of the interesting work remains to be done.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Full support of Language Integrated Queries working with .NET IQueryable providers.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, .NET, Compilers&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.9. &lt;a name="PHP 5 native extensions interoperability"&gt;&lt;/a&gt; Project: PHP 5 native extensions interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger supports standard PHP4 extensions using DLL injection technique. However this component is outdated and it does not support PHP5 extensions. The goal of this project is to finish the support for PHP5 extensions. It is needed to update internal data structures for current version of Zend engine, implement missing support for streams and other features. The component uses very interesting technique of hijacking PHP core by simulating its C exports, and thanks to CLI it comunicates with .NET Phalanger Core.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Working standard PHP5 extensions from Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, C++/CLI&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.5. &lt;a name="Runtime Performance"&gt;&lt;/a&gt; Runtime Performance&lt;/h2&gt;&lt;/blockquote&gt;Increasing the performance is one of the main purposes of the project Phalanger. Currently Phalanger runs standard PHP applications with great performance, faster than the fastest PHP cached solutions. Now it is time to fix several latest performance bottlenecks. &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.5.1. &lt;a name="Project: Local variables optimization"&gt;&lt;/a&gt; Project: Local variables optimization&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger improves performance of PHP applications by analysis and generating standard .NET assemblies. Local variables are translated into standard local variables living on stack if possible (in contrast to PHP, which keeps locals in a hash table).&lt;br /&gt;However there is missing type analysis, so every local variable is of type Object. It means value types have to be boxed (results in additional allocation on heap and overuse of Garbage Collection). Also every usage of a local variable has to rely on dynamic type check, because the type is not known in compile-time.&lt;br /&gt;Student can implement code flow graph or simpler type hinting/analysis to predict variable type if possible. Then it would be possible to update compiler to work with this new information properly, generate typed local variable declaration, read and write locals without dynamic type check and boxing overhead.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Code flow analysis and infer variables type.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP, Compilers&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Misek"&gt;Jakub Misek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.5.2. &lt;a name="Project: Mono Performance"&gt;&lt;/a&gt; Project: Mono Performance&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Mono is intended to behave as Microsoft .NET implementation. Phalanger is currently being built on Microsoft platform and is taking advantage of many .NET features. So it already helped to found many differences between .NET and Mono. There is interesting possibility of comparing the performance of large-scale application like Phalanger on two different platforms. Student can make use of many existing PHP and Phalanger benchmarks. Student should find differences and fix Phalanger to behave efficiently on both platforms. Also dramatic performance issues of Mono can be reported to community, which can help to boost all the applications running on Mono.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Comparison of Phalanger performance on .NET and Mono using several open-source PHP applications and benchmarks. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to Medium.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Wed, 21 Mar 2012 15:09:16 GMT</pubDate><guid isPermaLink="false">Updated Wiki: ProjectIdeas 20120321030916P</guid></item><item><title>Updated Wiki: ProjectIdeas</title><link>http://phalanger.codeplex.com/wikipage?title=ProjectIdeas&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Phalanger Ideas Page&lt;/h1&gt;&lt;i&gt;Introducing full-featured PHP runtime &amp;amp; compiler for .NET/Mono frameworks. Phalanger is modern open-source implementation of PHP, compatible with the vast array of existing PHP code. In addition Phalanger gives PHP-application developers lot of new possibilities; like improving the performance, allowing to use modern environments or  taking advantage of seamless .NET integration.&lt;/i&gt;&lt;br /&gt;
&lt;h2&gt;Contents&lt;/h2&gt;1.	&lt;a href="#Guidelines"&gt;Guidelines&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;1.1.	&lt;a href="#Mentors"&gt;Mentors&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;1.2.	&lt;a href="#Requirements"&gt;Requirements&lt;/a&gt;&lt;/blockquote&gt;2.	&lt;a href="#Ideas"&gt;Ideas&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;2.1.	&lt;a href="#Linux &amp;amp; Mono"&gt;Linux &amp;amp; Mono&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.1.	&lt;a href="#Project: Monodevelop PHP plugin"&gt;Project: Monodevelop PHP plugin&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.2.	&lt;a href="#Project: Phalanger package"&gt;Project: Phalanger package&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.3.	&lt;a href="#Project: Moonlight 4.0 support"&gt;Project: Moonlight 4.0 support&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.4.	&lt;a href="#Project: OpenGL API for PHP"&gt;Project: OpenGL API for PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.5.	&lt;a href="#Project: Native Linux library interoperability"&gt;Project: Native Linux library interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.6.	&lt;a href="#Project: Native PHP library interoperability"&gt;Project: Native PHP library interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.2.	&lt;a href="#Windows &amp;amp; .NET"&gt;Windows &amp;amp; .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.1.	&lt;a href="#Project: Silverlight 4.0 Support"&gt;Project: Silverlight 4.0 Support&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.2.	&lt;a href="#Project: COM interoperability"&gt;Project: COM interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.3.	&lt;a href="#Project: DirectX API for PHP"&gt;Project: DirectX API for PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.3.	&lt;a href="#Mobile Devices"&gt;Mobile Devices&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.1.	&lt;a href="#Project: Ensure MonoDroid running PHP"&gt;Project: Ensure MonoDroid running PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.2.	&lt;a href="#Project: Ensure MonoTouch running PHP"&gt;Project: Ensure MonoTouch running PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.3.	&lt;a href="#Project: Build PHP application running on WindowsPhone7"&gt;Project: Build PHP application running on WindowsPhone7&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.4.	&lt;a href="#Compatibility &amp;amp; New Features"&gt;Compatibility &amp;amp; New Features&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.1.	&lt;a href="#Project: Lambda Functions and Closures"&gt;Project: Lambda Functions and Closures&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.2.	&lt;a href="#Project: Late Static Binding"&gt;Project: Late Static Binding&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.3.	&lt;a href="#Project: Traits"&gt;Project: Traits&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.4.	&lt;a href="#Project: Implement PHP Extensions"&gt;Project: Implement PHP Extensions&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.5.	&lt;a href="#Project: SPL Library"&gt;Project: SPL Library&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.6.	&lt;a href="#Project: PHP Reflection"&gt;Project: PHP Reflection&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.7.	&lt;a href="#Project: Run PHP Applications and Frameworks on .NET"&gt;Project: Run PHP Applications and Frameworks on .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.8.	&lt;a href="#Project: Language Integrated Query to .NET"&gt;Project: Language Integrated Query to .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.9.	&lt;a href="#Project: PHP 5 native extensions interoperability"&gt;Project: PHP 5 native extensions interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.5.	&lt;a href="#Runtime Performance"&gt;Runtime Performance&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.5.1.	&lt;a href="#Project: Local variables optimization"&gt;Project: Local variables optimization&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.5.2.	&lt;a href="#Project: Mono Performance"&gt;Project: Mono Performance&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;
&lt;hr /&gt;

&lt;h1&gt;1. &lt;a name="Guidelines"&gt;&lt;/a&gt; Guidelines&lt;/h1&gt;&lt;blockquote&gt;&lt;h2&gt;1.1. &lt;a name="Mentors"&gt;&lt;/a&gt; Mentors&lt;/h2&gt;&lt;/blockquote&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt; Mentor &lt;/th&gt;&lt;th&gt; Contact &lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Miloslav Beňo"&gt;&lt;/a&gt;&lt;a href="http://www.codeplex.com/site/users/view/miloslavbeno/" class="externalLink"&gt;Miloslav Beňo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email:&lt;/b&gt; milkob@gmail.com, &lt;b&gt;Skype:&lt;/b&gt; miloslavbeno &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Jakub Míšek"&gt;&lt;/a&gt;&lt;a href="http://www.codeplex.com/site/users/view/jakub" class="externalLink"&gt;Jakub M&amp;#237;šek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email/XMPP:&lt;/b&gt; jmisek@gmail.com, &lt;b&gt;MSN:&lt;/b&gt; jakubmisek@volny.cz, &lt;b&gt;ICQ:&lt;/b&gt; 170595796, &lt;b&gt;Skype:&lt;/b&gt; ekubik &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Tomáš Petříček"&gt;&lt;/a&gt;&lt;a href="http://tomasp.net/about/" class="externalLink"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email/MSN:&lt;/b&gt; tomas@tomasp.net, &lt;b&gt;Web/Blog:&lt;/b&gt; &lt;a href="http://tomasp.net/" class="externalLink"&gt;http://tomasp.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;i&gt;Feel free to contact us with your ideas, questions or suggestions.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;1.2. &lt;a name="Requirements"&gt;&lt;/a&gt; Requirements&lt;/h2&gt;&lt;/blockquote&gt;The Phalanger project is built on the .NET technology, mostly written in C# language. Occasionally some parts are written in C++/CLI and IL languages. Participating on our project requires knowledge of .NET runtime and C# language. Optionally it would help to understand compilers, .NET/Mono internals and interoperability between managed and native code on Linux or Windows.&lt;br /&gt;
&lt;h1&gt;2. &lt;a name="Ideas"&gt;&lt;/a&gt; Ideas&lt;/h1&gt;
&lt;blockquote&gt;&lt;h2&gt;2.1. &lt;a name="Linux &amp;amp; Mono"&gt;&lt;/a&gt; Linux &amp;amp; Mono&lt;/h2&gt;&lt;/blockquote&gt;The Phalanger project is built on the .NET platform with respect to Mono implementation. This allows users to take advantage of PHP language simplicity on all the .NET platforms. Following projects are great opportunities to learn PHP and Mono integration on Linux.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.1. &lt;a name="Project: Monodevelop PHP plugin"&gt;&lt;/a&gt; Project: Monodevelop PHP plugin&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Design and develop plugin for Monodevelop IDE that enables PHP projects for .NET – PHP console application and PHP web site. It can be easily done by using the Phalanger compiler &amp;amp; runtime. Optionally you can implement syntax highlighting features, propose Code Sense functionalities etc.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Installable Monodevelop plugin that enables PHP projects like PHP console application and PHP web site. PHP code can be written, compiled by Phalanger and resulting .NET assembly debugged right in the environment.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Monodevelop, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.2. &lt;a name="Project: Phalanger package"&gt;&lt;/a&gt; Project: Phalanger package&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger comes with simple installation package for Windows that automatically copies, registers and configures Phalanger compiler and runtime. This would help a lot to  community using Linux; a package with auto-update ability that installs prerequisites like Mono, installs Phalangers binaries and configures it to run immediately as a web server or as a standalone PHP compiler for .NET.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Phalanger Linux installation package.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, Linux packages&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.3. &lt;a name="Project: Moonlight 4.0 support"&gt;&lt;/a&gt; Project: Moonlight 4.0 support&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was able to compile PHP code as a Silverlight/Moonlight 2.0 application already. This project takes into account Moonlight 4.0 platform. However the Silverlight 2.0 support was broken. Student can update and fix the Phalanger for Silverlight and ensure it works on Moonlight 4.0 too.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Moonlight 4.0 application built from PHP code using Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, Moonlight, C#, occasionally IL.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.4. &lt;a name="Project: OpenGL API for PHP"&gt;&lt;/a&gt; Project: OpenGL API for PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many managed wrappers allowing developing of OpenGL application in C# (or any other .NET family language). Since Phalanger introduces PHP language into the family of .NET languages, it is possible to build OpenGL application in PHP now. Student can easily reference managed OpenGL wrapper within its PHP project and take advantage of all of its .NET objects.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; OpenGL managed application written in PHP language.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; OpenGL, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.5. &lt;a name="Project: Native Linux library interoperability"&gt;&lt;/a&gt; Project: Native Linux library interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There is already an extension that allows using of .NET classes in classic PHP. Since Phalanger is natively built to integrate PHP with .NET, this interoperability works seamlessly without a need of such extension. However there is no similar extension that allows using of native C/C++ functions from managed environment. This project takes into account interoperability of managed Mono world and world of native C/C++ libraries. Create managed library running on Mono/Linux providing object oriented access to functions in native C/C++ libraries. Student can take advantage of dynamic environment provided by Phalanger to create wrapping functions and classes during runtime.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Managed library that allows calling functions from any C/C++ library. Design this library as Phalanger extension providing object oriented way to access native libraries. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, Mono, Mono interop, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.6. &lt;a name="Project: Native PHP library interoperability"&gt;&lt;/a&gt; Project: Native PHP library interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;A lot of libraries were written for PHP as native extensions in C language. This project targets the interoperability possibilities of native PHP extensions and managed code running on Mono. You can load native PHP extension and read its native functions/classes and constants. Using built-in Mono C++ interop it could be possible to generate managed library exposing these functions/classes and constants that call internally corresponding representation in native linux PHP extension. This managed wrapper should be easily usable in any managed application running on Mono. Student can use the similar solution already built for native Windows PHP extensions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Generator of managed libraries that wrap functionality of native Linux PHP extension.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, C#, IL, Mono, Mono interop.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h4&gt;2.1.6.1. &lt;a name="Project: Linux extension support"&gt;&lt;/a&gt; Project: Linux extension support&lt;/h4&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Some PHP extensions require to use the PHP core and current runtime state itself (e.g. to collect local variables, look for declared classes, call ZEND API etc.). To enable seamless and proper support of native PHP extensions there can be designed so called extension support for PHP extensions. This relies on technique known from Windows called DLL hijacking. The actual PHP core library is replaced with different library with the same interface that catches requests of the library and responses with the information obtained from the Phalanger runtime. Student can use the similar solution already built for native Windows PHP extensions. The solution is not expected to be fully working; we are expecting a sort of proof of concept.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Generator of managed library that wrap functionality of native Linux PHP extension (see above). Moreover calls from the extension to PHP core must be catch and forwarded to actual managed runtime that serves back faked information.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, C#, IL, Mono, Mono interop.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.2. &lt;a name="Windows &amp;amp; .NET"&gt;&lt;/a&gt; Windows &amp;amp; .NET&lt;/h2&gt;&lt;/blockquote&gt;On Windows Phalanger is still little bit more usable than on linux. Since it is more complete, and available also with integrated development environment, there are greater possibilities of experimenting and integrating with existing technologies.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.1. &lt;a name="Project: Silverlight 4.0 Support"&gt;&lt;/a&gt; Project: Silverlight 4.0 Support&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was already modified to allow compiling and running PHP code on Silverlight 2.0. However the support was not maintained and was broken a little. Student can port an existing code by using Silverlight 4.0 SDK and fix features working on full .NET and not working on Silverlight CLR. Student can use many documented examples of Silverlight 2.0 applications written in PHP already.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Silverlight 4.0 application built from PHP code using Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Silverlight 4.0, compilers and IL intuitively.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium to High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.2. &lt;a name="Project: COM interoperability"&gt;&lt;/a&gt; Project: COM interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;PHP extension COM allowing users to interact with .NET and COM objects is very inefficient way of accessing such objects in PHP. Since Phalanger interoperates with .NET by design seamlessly, the COM extension was not implemented. However due to 100% compatibility issues with classic PHP applications the support can be added. Moreover the extension allows accessing COM objects by ID, which Phalanger can’t. This project is interesting in its possibilities of integrating COM objects into dynamic environment. Student can design a way of accessing COM objects that simplifies its usage a lot – thanks to dynamic environment it can be easier than in C#.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; COM and NET classes that are known from PHP extension COM. The classes have to encapsulate .NET types in the form of Phalanger object.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt;  Medium. Student can learn object model of interoperability between static .NET world and dynamic PHP world.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.3. &lt;a name="Project: DirectX API for PHP"&gt;&lt;/a&gt; Project: DirectX API for PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many managed wrappers allowing development of DirectX application in C# (or any other .NET family language). Since Phalanger introduces PHP language into the family of .NET languages, it is possible to build DirectX application in PHP now. Student can easily reference managed DirectX wrapper within his PHP project and take advantage of all of its .NET objects.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; DirectX managed application written in PHP language.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; DirectX API, C#, e.g. WindowsAPICodePack&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.3. &lt;a name="Mobile Devices"&gt;&lt;/a&gt; Mobile Devices&lt;/h2&gt;&lt;/blockquote&gt;Taking advantage of Mono giving us a great possibilities of integrating PHP language with all the platforms supported by Mono, even with mobile devices.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.1. &lt;a name="Project: Ensure MonoDroid running PHP"&gt;&lt;/a&gt; Project: Ensure MonoDroid running PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger compiles PHP code into managed application that runs on Mono platform seamlessly. Using MonoDroid student can build an application in PHP, even using .NET methods, compile it with Phalanger, and deploy it onto Android OS running MonoDroid.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on an Android device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.2. &lt;a name="Project: Ensure MonoTouch running PHP"&gt;&lt;/a&gt; Project: Ensure MonoTouch running PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger compiles PHP code into managed application that runs on Mono platform seamlessly. Using MonoTouch student can build an application in PHP, even using .NET methods, compile it with Phalanger, and deploy it onto OS X running MonoTouch.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on OS X device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.3. &lt;a name="Project: Build PHP application running on WindowsPhone7"&gt;&lt;/a&gt; Project: Build PHP application running on WindowsPhone7&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Windows Phone 7 applications are completely managed, running on modified Silverlight runtime. Phalanger is able to compile PHP code into managed IL code. Also it seamlessly allows usage of .NET objects and methods. Since it would be possible to write application in PHP language and compile it with modified Phalanger compiler built on WP7 SDK.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on Windows Phone 7 device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Silverlight, XAML&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High. Also Phalanger can be extended with Code DOM for XAML.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.4. &lt;a name="Compatibility &amp;amp; New Features"&gt;&lt;/a&gt; Compatibility &amp;amp; New Features&lt;/h2&gt;&lt;/blockquote&gt;Phalanger is completely new full implementation of PHP language. It is almost complete and offers full range of PHP features plus many new introduced only in Phalanger to allow easy seemless interoperability with .NET runtime. Still there are missing functionalities that would improve the value of the project.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.1. &lt;a name="Project: Lambda Functions and Closures"&gt;&lt;/a&gt; Project: Lambda Functions and Closures&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Lambda functions are construct originating from domain of functional languages which enable developers to declare and use functions as first class values. In brevity, lambda function is special kind of object which can be called. Closures are objects used to enable lambda functions to access local variables of functions that they are declared in. Both lambda functions and closures were introduced in PHP 5.3. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of both compilation and runtime for lambda functions and closures.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (intermediate)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.2. &lt;a name="Project: Late Static Binding"&gt;&lt;/a&gt; Project: Late Static Binding&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Late static binding is a new feature introduced in PHP 5.3, which makes it possible to bind the static members in a function based on class which is used to call it. Imagine classes A and B, both with static member foo, and A in addition having function bar, which only prints result of foo() call to output. If self::foo() is called in bar(), A::bar() calls A::foo() and B::bar() also calls A::foo(). If you use static::foo() instead, A::bar() calls A::foo() and B::bar calls B::foo(). This can be quite useful for static functions which do common task using static members which can change in the derived classes.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of both compilation and runtime for late static binding.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (basics)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium to high. Student will have to learn part of Phalanger reflection and internal compilation structures to implement this efficiently.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.3. &lt;a name="Project: Traits"&gt;&lt;/a&gt; Project: Traits&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger is easily updatable compiler of PHP language. Traits is a new PHP 5.4 feature, that should be implemented into Phalager runtime and compiler to keep compatibility with latest PHP applications.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; PHP 5.4 Traits support in Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (advanced)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.4. &lt;a name="Project: Implement PHP Extensions"&gt;&lt;/a&gt; Project: Implement PHP Extensions&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was originally targeted to be compatible with PHP 4.X and compatibility with 5.X versions was maintained only partially. Many extensions, which were previously optional, were bundled to PHP. Currently, Phalanger supports PHP 4.X versions using native Extension Support. However, these extensions were changed and updated since, so Phalanger does not support current version. Since Native Extension Support does not fully support PHP 5 extensions and generally this support suffers from performance drawbacks. For example it would be great if Phalanger’s Class Library was extended by following built-in extensions:
&lt;ul&gt;&lt;li&gt;BCMath - Extension enabling use of arbitrary-precision mathematics.&lt;/li&gt;
&lt;li&gt;FTP - Extension providing functions for communication using File Transfer Protocol.&lt;/li&gt;
&lt;li&gt;IconV - Extension, which implements functions for easier writing of multilingual scripts.&lt;/li&gt;
&lt;li&gt;libXML - Extension which provides basic functions to many other XML-related extensions.&lt;/li&gt;
&lt;li&gt;ODBC - Extension which implements functions of ODBC and Unified ODBC (database with semantics derived from ODBC).&lt;/li&gt;
&lt;li&gt;WDDX - Extension providing functions for using Web Distributed Data Exchange (WDDX) data interchange mechanism.&lt;/li&gt;
&lt;li&gt;SQLite - Extension providing function for using SQLite lightweight database.&lt;/li&gt;
&lt;li&gt;XML - Extension which allows implementation of XML Parsers.&lt;/li&gt;
&lt;li&gt;ZLib - Extension which enables transparent reading and writing of gzip compressed files.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of one or more extensions (depending on complexity).&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, basic knowledge of involved technology.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to high. Depends on the specific extension, some may be simple mapping of .NET library to PHP function behavior, some require protocol reimplementation because of unavailability of Windows-compatible libraries or licence issues (e.g. proprietary or GPL).&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.5. &lt;a name="Project: SPL Library"&gt;&lt;/a&gt; Project: SPL Library&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;SPL library contains many functions and classes that provide PHP with some basic data structures, iterators, interfaces, exceptions and other functionality. Phalanger implements most of this, though there are many areas, which remain unimplemented – largest part being SPL data structures. There are two possible approached to this – student can either implement this in C# or implement it as PHP/CLR Pure library, the latter approach being used currently.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of remaining functions and classes and fixing the existing ones to be compatible with current implementation.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP, knowledge of common data structures and algorithms.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low or Medium.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.6. &lt;a name="Project: PHP Reflection"&gt;&lt;/a&gt; Project: PHP Reflection&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger has its own design and implementation of Reflection layer which was prepared with .NET interoperability and compilation in mind – this reflection layer is used by Phalanger runtime for many dynamic operations. The point of this project is to map interface used by PHP to existing Phalanger reflection layer. This may prove to be difficult as runtimes of Phalanger and PHP work very differently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of Reflection classes which work accordingly with PHP implementation.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP runtime (familiar).&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.7. &lt;a name="Project: Run PHP Applications and Frameworks on .NET"&gt;&lt;/a&gt; Project: Run PHP Applications and Frameworks on .NET&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many various open-source applications and frameworks written in PHP. While Phalanger is already able to run many (e.g. Wordpress, Drupal 6.2, phpBB and MediaWiki 1.6) without any problem, it’s always good to have more compatible and reliable software. One way of ensuring this is to use applications or frameworks and resolve issues that are encountered. If you have favorite applications or frameworks, which you will like to run on Phalanger (e.g. because of increased performance or .NET integration), you can test it and resolve issues which are revealed in the process.&lt;br /&gt;&lt;br /&gt;Note: currently PHP projects requiring extensions that has not been reimplemented to .NET yet can run on Windows/Phalanger only.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Working application on Phalanger and resolved bugs for one or multiple projects, or list of incompatibilities for projects with more issues.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to High. This depends on actual issues.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.8. &lt;a name="Project: Language Integrated Query to .NET"&gt;&lt;/a&gt; Project: Language Integrated Query to .NET&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger already defines extended syntax for Language Integrated Queries (LINQ). However currently the Phalanger compiler and runtime only supports LINQ when working with PHP arrays. We have some ideas on how to extend the support to include other .NET LINQ providers based on IQueryable, but most of the interesting work remains to be done.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Full support of Language Integrated Queries working with .NET IQueryable providers.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, .NET, Compilers&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.9. &lt;a name="PHP 5 native extensions interoperability"&gt;&lt;/a&gt; Project: PHP 5 native extensions interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger supports standard PHP4 extensions using DLL injection technique. However this component is outdated and it does not support PHP5 extensions. The goal of this project is to finish the support for PHP5 extensions. It is needed to update internal data structures for current version of Zend engine, implement missing support for streams and other features. The component uses very interesting technique of hijacking PHP core by simulating its C exports, and thanks to CLI it comunicates with .NET Phalanger Core.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Working standard PHP5 extensions from Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, C++/CLI&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.5. &lt;a name="Runtime Performance"&gt;&lt;/a&gt; Runtime Performance&lt;/h2&gt;&lt;/blockquote&gt;Increasing the performance is one of the main purposes of the project Phalanger. Currently Phalanger runs standard PHP applications with great performance, faster than the fastest PHP cached solutions. Now it is time to fix several latest performance bottlenecks. &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.5.1. &lt;a name="Project: Local variables optimization"&gt;&lt;/a&gt; Project: Local variables optimization&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Code flow analysis and infer variables type.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Misek"&gt;Jakub Misek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.5.2. &lt;a name="Project: Mono Performance"&gt;&lt;/a&gt; Project: Mono Performance&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Mono is intended to behave as Microsoft .NET implementation. Phalanger is currently being built on Microsoft platform and is taking advantage of many .NET features. So it already helped to found many differences between .NET and Mono. There is interesting possibility of comparing the performance of large-scale application like Phalanger on two different platforms. Student can make use of many existing PHP and Phalanger benchmarks. Student should find differences and fix Phalanger to behave efficiently on both platforms. Also dramatic performance issues of Mono can be reported to community, which can help to boost all the applications running on Mono.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Comparison of Phalanger performance on .NET and Mono using several open-source PHP applications and benchmarks. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to Medium.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Wed, 21 Mar 2012 14:57:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: ProjectIdeas 20120321025747P</guid></item><item><title>Updated Wiki: ProjectIdeas</title><link>http://phalanger.codeplex.com/wikipage?title=ProjectIdeas&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Phalanger Ideas Page&lt;/h1&gt;&lt;i&gt;Introducing full-featured PHP runtime &amp;amp; compiler for .NET/Mono frameworks. Phalanger is modern open-source implementation of PHP, compatible with the vast array of existing PHP code. In addition Phalanger gives PHP-application developers lot of new possibilities; like improving the performance, allowing to use modern environments or  taking advantage of seamless .NET integration.&lt;/i&gt;&lt;br /&gt;
&lt;h2&gt;Contents&lt;/h2&gt;1.	&lt;a href="#Guidelines"&gt;Guidelines&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;1.1.	&lt;a href="#Mentors"&gt;Mentors&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;1.2.	&lt;a href="#Requirements"&gt;Requirements&lt;/a&gt;&lt;/blockquote&gt;2.	&lt;a href="#Ideas"&gt;Ideas&lt;/a&gt;&lt;br /&gt;&lt;blockquote&gt;2.1.	&lt;a href="#Linux &amp;amp; Mono"&gt;Linux &amp;amp; Mono&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.1.	&lt;a href="#Project: Monodevelop PHP plugin"&gt;Project: Monodevelop PHP plugin&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.2.	&lt;a href="#Project: Phalanger package"&gt;Project: Phalanger package&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.3.	&lt;a href="#Project: Moonlight 4.0 support"&gt;Project: Moonlight 4.0 support&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.4.	&lt;a href="#Project: OpenGL API for PHP"&gt;Project: OpenGL API for PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.5.	&lt;a href="#Project: Native Linux library interoperability"&gt;Project: Native Linux library interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.1.6.	&lt;a href="#Project: Native PHP library interoperability"&gt;Project: Native PHP library interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.2.	&lt;a href="#Windows &amp;amp; .NET"&gt;Windows &amp;amp; .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.1.	&lt;a href="#Project: Silverlight 4.0 Support"&gt;Project: Silverlight 4.0 Support&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.2.	&lt;a href="#Project: COM interoperability"&gt;Project: COM interoperability&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.2.3.	&lt;a href="#Project: DirectX API for PHP"&gt;Project: DirectX API for PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.3.	&lt;a href="#Mobile Devices"&gt;Mobile Devices&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.1.	&lt;a href="#Project: Ensure MonoDroid running PHP"&gt;Project: Ensure MonoDroid running PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.2.	&lt;a href="#Project: Ensure MonoTouch running PHP"&gt;Project: Ensure MonoTouch running PHP&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.3.3.	&lt;a href="#Project: Build PHP application running on WindowsPhone7"&gt;Project: Build PHP application running on WindowsPhone7&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.4.	&lt;a href="#Compatibility &amp;amp; New Features"&gt;Compatibility &amp;amp; New Features&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.1.	&lt;a href="#Project: Lambda Functions and Closures"&gt;Project: Lambda Functions and Closures&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.2.	&lt;a href="#Project: Late Static Binding"&gt;Project: Late Static Binding&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.3.	&lt;a href="#Project: Traits"&gt;Project: Traits&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.4.	&lt;a href="#Project: Implement PHP Extensions"&gt;Project: Implement PHP Extensions&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.5.	&lt;a href="#Project: SPL Library"&gt;Project: SPL Library&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.6.	&lt;a href="#Project: PHP Reflection"&gt;Project: PHP Reflection&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.7.	&lt;a href="#Project: Run PHP Applications and Frameworks on .NET"&gt;Project: Run PHP Applications and Frameworks on .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.4.8.	&lt;a href="#Project: Language Integrated Query to .NET"&gt;Project: Language Integrated Query to .NET&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;2.5.	&lt;a href="#Runtime Performance"&gt;Runtime Performance&lt;/a&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.5.1.	&lt;a href="#Project: Local variables optimization"&gt;Project: Local variables optimization&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;2.5.2.	&lt;a href="#Project: Mono Performance"&gt;Project: Mono Performance&lt;/a&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;
&lt;hr /&gt;

&lt;h1&gt;1. &lt;a name="Guidelines"&gt;&lt;/a&gt; Guidelines&lt;/h1&gt;&lt;blockquote&gt;&lt;h2&gt;1.1. &lt;a name="Mentors"&gt;&lt;/a&gt; Mentors&lt;/h2&gt;&lt;/blockquote&gt;&lt;table&gt;&lt;tr&gt;&lt;th&gt; Mentor &lt;/th&gt;&lt;th&gt; Contact &lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Miloslav Beňo"&gt;&lt;/a&gt;&lt;a href="http://www.codeplex.com/site/users/view/miloslavbeno/" class="externalLink"&gt;Miloslav Beňo&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email:&lt;/b&gt; milkob@gmail.com, &lt;b&gt;Skype:&lt;/b&gt; miloslavbeno &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Jakub Míšek"&gt;&lt;/a&gt;&lt;a href="http://www.codeplex.com/site/users/view/jakub" class="externalLink"&gt;Jakub M&amp;#237;šek&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email/XMPP:&lt;/b&gt; jmisek@gmail.com, &lt;b&gt;MSN:&lt;/b&gt; jakubmisek@volny.cz, &lt;b&gt;ICQ:&lt;/b&gt; 170595796, &lt;b&gt;Skype:&lt;/b&gt; ekubik &lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt; &lt;a name="Tomáš Petříček"&gt;&lt;/a&gt;&lt;a href="http://tomasp.net/about/" class="externalLink"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;td&gt; &lt;b&gt;Email/MSN:&lt;/b&gt; tomas@tomasp.net, &lt;b&gt;Web/Blog:&lt;/b&gt; &lt;a href="http://tomasp.net/" class="externalLink"&gt;http://tomasp.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;i&gt;Feel free to contact us with your ideas, questions or suggestions.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;1.2. &lt;a name="Requirements"&gt;&lt;/a&gt; Requirements&lt;/h2&gt;&lt;/blockquote&gt;The Phalanger project is built on the .NET technology, mostly written in C# language. Occasionally some parts are written in C++/CLI and IL languages. Participating on our project requires knowledge of .NET runtime and C# language. Optionally it would help to understand compilers, .NET/Mono internals and interoperability between managed and native code on Linux or Windows.&lt;br /&gt;
&lt;h1&gt;2. &lt;a name="Ideas"&gt;&lt;/a&gt; Ideas&lt;/h1&gt;
&lt;blockquote&gt;&lt;h2&gt;2.1. &lt;a name="Linux &amp;amp; Mono"&gt;&lt;/a&gt; Linux &amp;amp; Mono&lt;/h2&gt;&lt;/blockquote&gt;The Phalanger project is built on the .NET platform with respect to Mono implementation. This allows users to take advantage of PHP language simplicity on all the .NET platforms. Following projects are great opportunities to learn PHP and Mono integration on Linux.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.1. &lt;a name="Project: Monodevelop PHP plugin"&gt;&lt;/a&gt; Project: Monodevelop PHP plugin&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Design and develop plugin for Monodevelop IDE that enables PHP projects for .NET – PHP console application and PHP web site. It can be easily done by using the Phalanger compiler &amp;amp; runtime. Optionally you can implement syntax highlighting features, propose Code Sense functionalities etc.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Installable Monodevelop plugin that enables PHP projects like PHP console application and PHP web site. PHP code can be written, compiled by Phalanger and resulting .NET assembly debugged right in the environment.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Monodevelop, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.2. &lt;a name="Project: Phalanger package"&gt;&lt;/a&gt; Project: Phalanger package&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger comes with simple installation package for Windows that automatically copies, registers and configures Phalanger compiler and runtime. This would help a lot to  community using Linux; a package with auto-update ability that installs prerequisites like Mono, installs Phalangers binaries and configures it to run immediately as a web server or as a standalone PHP compiler for .NET.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Phalanger Linux installation package.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, Linux packages&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.3. &lt;a name="Project: Moonlight 4.0 support"&gt;&lt;/a&gt; Project: Moonlight 4.0 support&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was able to compile PHP code as a Silverlight/Moonlight 2.0 application already. This project takes into account Moonlight 4.0 platform. However the Silverlight 2.0 support was broken. Student can update and fix the Phalanger for Silverlight and ensure it works on Moonlight 4.0 too.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Moonlight 4.0 application built from PHP code using Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, Moonlight, C#, occasionally IL.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.4. &lt;a name="Project: OpenGL API for PHP"&gt;&lt;/a&gt; Project: OpenGL API for PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many managed wrappers allowing developing of OpenGL application in C# (or any other .NET family language). Since Phalanger introduces PHP language into the family of .NET languages, it is possible to build OpenGL application in PHP now. Student can easily reference managed OpenGL wrapper within its PHP project and take advantage of all of its .NET objects.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; OpenGL managed application written in PHP language.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; OpenGL, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.5. &lt;a name="Project: Native Linux library interoperability"&gt;&lt;/a&gt; Project: Native Linux library interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There is already an extension that allows using of .NET classes in classic PHP. Since Phalanger is natively built to integrate PHP with .NET, this interoperability works seamlessly without a need of such extension. However there is no similar extension that allows using of native C/C++ functions from managed environment. This project takes into account interoperability of managed Mono world and world of native C/C++ libraries. Create managed library running on Mono/Linux providing object oriented access to functions in native C/C++ libraries. Student can take advantage of dynamic environment provided by Phalanger to create wrapping functions and classes during runtime.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Managed library that allows calling functions from any C/C++ library. Design this library as Phalanger extension providing object oriented way to access native libraries. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, Mono, Mono interop, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.1.6. &lt;a name="Project: Native PHP library interoperability"&gt;&lt;/a&gt; Project: Native PHP library interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;A lot of libraries were written for PHP as native extensions in C language. This project targets the interoperability possibilities of native PHP extensions and managed code running on Mono. You can load native PHP extension and read its native functions/classes and constants. Using built-in Mono C++ interop it could be possible to generate managed library exposing these functions/classes and constants that call internally corresponding representation in native linux PHP extension. This managed wrapper should be easily usable in any managed application running on Mono. Student can use the similar solution already built for native Windows PHP extensions.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Generator of managed libraries that wrap functionality of native Linux PHP extension.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, C#, IL, Mono, Mono interop.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h4&gt;2.1.6.1. &lt;a name="Project: Linux extension support"&gt;&lt;/a&gt; Project: Linux extension support&lt;/h4&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Some PHP extensions require to use the PHP core and current runtime state itself (e.g. to collect local variables, look for declared classes, call ZEND API etc.). To enable seamless and proper support of native PHP extensions there can be designed so called extension support for PHP extensions. This relies on technique known from Windows called DLL hijacking. The actual PHP core library is replaced with different library with the same interface that catches requests of the library and responses with the information obtained from the Phalanger runtime. Student can use the similar solution already built for native Windows PHP extensions. The solution is not expected to be fully working; we are expecting a sort of proof of concept.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Generator of managed library that wrap functionality of native Linux PHP extension (see above). Moreover calls from the extension to PHP core must be catch and forwarded to actual managed runtime that serves back faked information.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C++, C#, IL, Mono, Mono interop.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.2. &lt;a name="Windows &amp;amp; .NET"&gt;&lt;/a&gt; Windows &amp;amp; .NET&lt;/h2&gt;&lt;/blockquote&gt;On Windows Phalanger is still little bit more usable than on linux. Since it is more complete, and available also with integrated development environment, there are greater possibilities of experimenting and integrating with existing technologies.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.1. &lt;a name="Project: Silverlight 4.0 Support"&gt;&lt;/a&gt; Project: Silverlight 4.0 Support&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was already modified to allow compiling and running PHP code on Silverlight 2.0. However the support was not maintained and was broken a little. Student can port an existing code by using Silverlight 4.0 SDK and fix features working on full .NET and not working on Silverlight CLR. Student can use many documented examples of Silverlight 2.0 applications written in PHP already.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Silverlight 4.0 application built from PHP code using Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Silverlight 4.0, compilers and IL intuitively.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium to High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.2. &lt;a name="Project: COM interoperability"&gt;&lt;/a&gt; Project: COM interoperability&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;PHP extension COM allowing users to interact with .NET and COM objects is very inefficient way of accessing such objects in PHP. Since Phalanger interoperates with .NET by design seamlessly, the COM extension was not implemented. However due to 100% compatibility issues with classic PHP applications the support can be added. Moreover the extension allows accessing COM objects by ID, which Phalanger can’t. This project is interesting in its possibilities of integrating COM objects into dynamic environment. Student can design a way of accessing COM objects that simplifies its usage a lot – thanks to dynamic environment it can be easier than in C#.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; COM and NET classes that are known from PHP extension COM. The classes have to encapsulate .NET types in the form of Phalanger object.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt;  Medium. Student can learn object model of interoperability between static .NET world and dynamic PHP world.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.2.3. &lt;a name="Project: DirectX API for PHP"&gt;&lt;/a&gt; Project: DirectX API for PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many managed wrappers allowing development of DirectX application in C# (or any other .NET family language). Since Phalanger introduces PHP language into the family of .NET languages, it is possible to build DirectX application in PHP now. Student can easily reference managed DirectX wrapper within his PHP project and take advantage of all of its .NET objects.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; DirectX managed application written in PHP language.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; DirectX API, C#, e.g. WindowsAPICodePack&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.3. &lt;a name="Mobile Devices"&gt;&lt;/a&gt; Mobile Devices&lt;/h2&gt;&lt;/blockquote&gt;Taking advantage of Mono giving us a great possibilities of integrating PHP language with all the platforms supported by Mono, even with mobile devices.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.1. &lt;a name="Project: Ensure MonoDroid running PHP"&gt;&lt;/a&gt; Project: Ensure MonoDroid running PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger compiles PHP code into managed application that runs on Mono platform seamlessly. Using MonoDroid student can build an application in PHP, even using .NET methods, compile it with Phalanger, and deploy it onto Android OS running MonoDroid.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on an Android device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.2. &lt;a name="Project: Ensure MonoTouch running PHP"&gt;&lt;/a&gt; Project: Ensure MonoTouch running PHP&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger compiles PHP code into managed application that runs on Mono platform seamlessly. Using MonoTouch student can build an application in PHP, even using .NET methods, compile it with Phalanger, and deploy it onto OS X running MonoTouch.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on OS X device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; Mono, C#&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.3.3. &lt;a name="Project: Build PHP application running on WindowsPhone7"&gt;&lt;/a&gt; Project: Build PHP application running on WindowsPhone7&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Windows Phone 7 applications are completely managed, running on modified Silverlight runtime. Phalanger is able to compile PHP code into managed IL code. Also it seamlessly allows usage of .NET objects and methods. Since it would be possible to write application in PHP language and compile it with modified Phalanger compiler built on WP7 SDK.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; An application written in PHP running on Windows Phone 7 device. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, Silverlight, XAML&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Very High. Also Phalanger can be extended with Code DOM for XAML.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.4. &lt;a name="Compatibility &amp;amp; New Features"&gt;&lt;/a&gt; Compatibility &amp;amp; New Features&lt;/h2&gt;&lt;/blockquote&gt;Phalanger is completely new full implementation of PHP language. It is almost complete and offers full range of PHP features plus many new introduced only in Phalanger to allow easy seemless interoperability with .NET runtime. Still there are missing functionalities that would improve the value of the project.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.1. &lt;a name="Project: Lambda Functions and Closures"&gt;&lt;/a&gt; Project: Lambda Functions and Closures&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Lambda functions are construct originating from domain of functional languages which enable developers to declare and use functions as first class values. In brevity, lambda function is special kind of object which can be called. Closures are objects used to enable lambda functions to access local variables of functions that they are declared in. Both lambda functions and closures were introduced in PHP 5.3. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of both compilation and runtime for lambda functions and closures.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (intermediate)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.2. &lt;a name="Project: Late Static Binding"&gt;&lt;/a&gt; Project: Late Static Binding&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Late static binding is a new feature introduced in PHP 5.3, which makes it possible to bind the static members in a function based on class which is used to call it. Imagine classes A and B, both with static member foo, and A in addition having function bar, which only prints result of foo() call to output. If self::foo() is called in bar(), A::bar() calls A::foo() and B::bar() also calls A::foo(). If you use static::foo() instead, A::bar() calls A::foo() and B::bar calls B::foo(). This can be quite useful for static functions which do common task using static members which can change in the derived classes.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of both compilation and runtime for late static binding.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (basics)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Medium to high. Student will have to learn part of Phalanger reflection and internal compilation structures to implement this efficiently.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.3. &lt;a name="Project: Traits"&gt;&lt;/a&gt; Project: Traits&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger is easily updatable compiler of PHP language. Traits is a new PHP 5.4 feature, that should be implemented into Phalager runtime and compiler to keep compatibility with latest PHP applications.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; PHP 5.4 Traits support in Phalanger.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, IL Emit, Compiler Design (advanced)&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.4. &lt;a name="Project: Implement PHP Extensions"&gt;&lt;/a&gt; Project: Implement PHP Extensions&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger was originally targeted to be compatible with PHP 4.X and compatibility with 5.X versions was maintained only partially. Many extensions, which were previously optional, were bundled to PHP. Currently, Phalanger supports PHP 4.X versions using native Extension Support. However, these extensions were changed and updated since, so Phalanger does not support current version. Since Native Extension Support does not fully support PHP 5 extensions and generally this support suffers from performance drawbacks. For example it would be great if Phalanger’s Class Library was extended by following built-in extensions:
&lt;ul&gt;&lt;li&gt;BCMath - Extension enabling use of arbitrary-precision mathematics.&lt;/li&gt;
&lt;li&gt;FTP - Extension providing functions for communication using File Transfer Protocol.&lt;/li&gt;
&lt;li&gt;IconV - Extension, which implements functions for easier writing of multilingual scripts.&lt;/li&gt;
&lt;li&gt;libXML - Extension which provides basic functions to many other XML-related extensions.&lt;/li&gt;
&lt;li&gt;ODBC - Extension which implements functions of ODBC and Unified ODBC (database with semantics derived from ODBC).&lt;/li&gt;
&lt;li&gt;WDDX - Extension providing functions for using Web Distributed Data Exchange (WDDX) data interchange mechanism.&lt;/li&gt;
&lt;li&gt;SQLite - Extension providing function for using SQLite lightweight database.&lt;/li&gt;
&lt;li&gt;XML - Extension which allows implementation of XML Parsers.&lt;/li&gt;
&lt;li&gt;ZLib - Extension which enables transparent reading and writing of gzip compressed files.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of one or more extensions (depending on complexity).&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, basic knowledge of involved technology.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to high. Depends on the specific extension, some may be simple mapping of .NET library to PHP function behavior, some require protocol reimplementation because of unavailability of Windows-compatible libraries or licence issues (e.g. proprietary or GPL).&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.5. &lt;a name="Project: SPL Library"&gt;&lt;/a&gt; Project: SPL Library&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;SPL library contains many functions and classes that provide PHP with some basic data structures, iterators, interfaces, exceptions and other functionality. Phalanger implements most of this, though there are many areas, which remain unimplemented – largest part being SPL data structures. There are two possible approached to this – student can either implement this in C# or implement it as PHP/CLR Pure library, the latter approach being used currently.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of remaining functions and classes and fixing the existing ones to be compatible with current implementation.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP, knowledge of common data structures and algorithms.&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low or Medium.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.6. &lt;a name="Project: PHP Reflection"&gt;&lt;/a&gt; Project: PHP Reflection&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger has its own design and implementation of Reflection layer which was prepared with .NET interoperability and compilation in mind – this reflection layer is used by Phalanger runtime for many dynamic operations. The point of this project is to map interface used by PHP to existing Phalanger reflection layer. This may prove to be difficult as runtimes of Phalanger and PHP work very differently. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Implementation of Reflection classes which work accordingly with PHP implementation.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP runtime (familiar).&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.7. &lt;a name="Project: Run PHP Applications and Frameworks on .NET"&gt;&lt;/a&gt; Project: Run PHP Applications and Frameworks on .NET&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;There are many various open-source applications and frameworks written in PHP. While Phalanger is already able to run many (e.g. Wordpress, Drupal 6.2, phpBB and MediaWiki 1.6) without any problem, it’s always good to have more compatible and reliable software. One way of ensuring this is to use applications or frameworks and resolve issues that are encountered. If you have favorite applications or frameworks, which you will like to run on Phalanger (e.g. because of increased performance or .NET integration), you can test it and resolve issues which are revealed in the process.&lt;br /&gt;&lt;br /&gt;Note: currently PHP projects requiring extensions that has not been reimplemented to .NET yet can run on Windows/Phalanger only.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Working application on Phalanger and resolved bugs for one or multiple projects, or list of incompatibilities for projects with more issues.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to High. This depends on actual issues.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Miloslav Beňo"&gt;Miloslav Beňo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.4.8. &lt;a name="Project: Language Integrated Query to .NET"&gt;&lt;/a&gt; Project: Language Integrated Query to .NET&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Phalanger already defines extended syntax for Language Integrated Queries (LINQ). However currently the Phalanger compiler and runtime only supports LINQ when working with PHP arrays. We have some ideas on how to extend the support to include other .NET LINQ providers based on IQueryable, but most of the interesting work remains to be done.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Full support of Language Integrated Queries working with .NET IQueryable providers.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, .NET, Compilers&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Tomáš Petříček"&gt;Tom&amp;#225;š Petř&amp;#237;ček&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;h2&gt;2.5. &lt;a name="Runtime Performance"&gt;&lt;/a&gt; Runtime Performance&lt;/h2&gt;&lt;/blockquote&gt;Increasing the performance is one of the main purposes of the project Phalanger. Currently Phalanger runs standard PHP applications with great performance, faster than the fastest PHP cached solutions. Now it is time to fix several latest performance bottlenecks. &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.5.1. &lt;a name="Project: Local variables optimization"&gt;&lt;/a&gt; Project: Local variables optimization&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Code flow analysis and infer variables type.&lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; High&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Misek"&gt;Jakub Misek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;h3&gt;2.5.2. &lt;a name="Project: Mono Performance"&gt;&lt;/a&gt; Project: Mono Performance&lt;/h3&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;Mono is intended to behave as Microsoft .NET implementation. Phalanger is currently being built on Microsoft platform and is taking advantage of many .NET features. So it already helped to found many differences between .NET and Mono. There is interesting possibility of comparing the performance of large-scale application like Phalanger on two different platforms. Student can make use of many existing PHP and Phalanger benchmarks. Student should find differences and fix Phalanger to behave efficiently on both platforms. Also dramatic performance issues of Mono can be reported to community, which can help to boost all the applications running on Mono.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Expected Results:&lt;/b&gt; Comparison of Phalanger performance on .NET and Mono using several open-source PHP applications and benchmarks. &lt;br /&gt;&lt;b&gt;Required Skills:&lt;/b&gt; C#, PHP&lt;br /&gt;&lt;b&gt;Complexity:&lt;/b&gt; Low to Medium.&lt;br /&gt;&lt;b&gt;Mentor:&lt;/b&gt; &lt;a href="#Jakub Míšek"&gt;Jakub M&amp;#237;šek&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Wed, 21 Mar 2012 14:44:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: ProjectIdeas 20120321024438P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=116</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &amp;gt;&amp;gt; &lt;a href="http://support.devsense.com" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/blog" class="externalLink"&gt;Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.devsense.com/services/phalanger" class="externalLink"&gt;Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&amp;gt;&amp;gt; &lt;a href="http://www.php-compiler.net/benchmarks" class="externalLink"&gt;Benchmarks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;Phalanger Home Page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;hr /&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Tue, 28 Feb 2012 16:28:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120228042833P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=115</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &amp;gt;&amp;gt; &lt;a href="http://support.devsense.com" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/blog" class="externalLink"&gt;Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://wiki.php-compiler.net/" class="externalLink"&gt;Wiki&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.devsense.com/services/phalanger" class="externalLink"&gt;Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&amp;gt;&amp;gt; &lt;a href="http://www.php-compiler.net/benchmarks" class="externalLink"&gt;Benchmarks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;Phalanger Home Page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;hr /&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Tue, 28 Feb 2012 16:03:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120228040344P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=114</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &amp;gt;&amp;gt; &lt;a href="http://support.devsense.com" class="externalLink"&gt;Discussions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;Blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://wiki.php-compiler.net/" class="externalLink"&gt;Wiki&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://www.devsense.com/services/phalanger" class="externalLink"&gt;Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;hr /&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 23 Jan 2012 18:28:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120123062834P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=113</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;a href="http://support.devsense.com" class="externalLink"&gt;Discussions at support.devsense.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;Discussion forum and user accounts moved to phpBB running on Phalanger!&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align:right;float:right;"&gt;&lt;a href="http://www.codeplex.com/site/users/contact/jakub?OriginalUrl=http%3a%2f%2fwww.codeplex.com%2fsite%2fusers%2fview%2fjakub" class="externalLink"&gt;Please contact us to get access to your account there.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; Features+Tutorials+Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Sat, 07 Jan 2012 21:42:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120107094249P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=112</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; Features+Tutorials+Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Wed, 30 Nov 2011 19:22:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111130072202P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=111</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.php-compiler.net/?p=613" class="externalLink"&gt;Phalanger is GPL!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; For other licenses, please follow &lt;a href="http://www.devsense.com/services/phalanger" class="externalLink"&gt;support page&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; Features+Tutorials+Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 28 Nov 2011 15:48:17 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111128034817P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=110</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;a href="http://www.php-compiler.net/?p=613" class="externalLink"&gt;&amp;gt;&amp;gt; Finally, Phalanger is GPL!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; Features+Tutorials+Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 28 Nov 2011 14:19:15 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20111128021915P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=109</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=RMHLMMJMX7GGC"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; Features+Tutorials+Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Mon, 26 Sep 2011 20:41:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110926084120P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=108</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=YVBG2LR5YK22J"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; Features+Tutorials+Support&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Thu, 25 Aug 2011 06:45:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110825064513A</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=107</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=YVBG2LR5YK22J"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; PHP compiler blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Call for Participation&lt;/h1&gt;Are you interested in the project and would like to contribute? Do not hesitate to contact us. We are seeking for skilled and passionate people who would like to improve Phalanger in any way. There is a plenty of opportunities for participation including the following:
&lt;ul&gt;&lt;li&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=YVBG2LR5YK22J"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; You can appreciate our hard work with small donation.&lt;/li&gt;
&lt;li&gt;Please help us to &lt;a href="http://www.codeplex.com/Phalanger/Thread/View.aspx?ThreadId=39611" class="externalLink"&gt;prioritize features missing from Phalanger&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which you believe are preventing you from using Phalanger in a real-world environment.&lt;/li&gt;
&lt;li&gt;Contribute to &lt;a href="http://wiki.php-compiler.net/" class="externalLink"&gt;Phalanger Wiki&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. You can ask and answer FAQ questions. Write short tutorials about any Phalanger topic or share your experiences with running PHP applications on Phalanger. If your favorite application isn&amp;#39;t working as expected, you can try to find out why and help us by reporting a bug!&lt;/li&gt;
&lt;li&gt;If you want to develop part of Phalanger, you can work on a managed extension for Phalanger so that it can replace the native one, or add missing functionality (requires knowledge of C# and the extension). &lt;/li&gt;
&lt;li&gt;If you want to work on very advanced project, you can participate on development of Extension Manager for PHP5 extensions (requires knowledge of C++/CLI and advanced programming techniques including .NET Remoting). &lt;/li&gt;
&lt;li&gt;For more information, contact the development team on &lt;b&gt;IRC&lt;/b&gt; - freenode.net, channel &lt;b&gt;#phalanger&lt;/b&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Thu, 04 Aug 2011 13:18:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110804011856P</guid></item><item><title>Updated Wiki: Home</title><link>http://phalanger.codeplex.com/wikipage?version=106</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:left;padding-right:.5em;" href="http&amp;#58;&amp;#47;&amp;#47;www.php-compiler.net&amp;#47;"&gt;&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=Phalanger&amp;DownloadId=240061" alt="Phalanger" title="Phalanger" /&gt;&lt;/a&gt; Welcome to Phalanger&lt;/h1&gt;Phalanger is an open-source 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 language and the power and richness of the .NET platform taking profit from the best from both sides.
&lt;hr /&gt;
&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.facebook.com/group.php?gid=295568806304"&gt;&lt;img style="border:none;" src="http://static.ak.fbcdn.net/rsrc.php/z1M25/hash/5u84f48n.gif" alt="Phalanger on Facebook" title="Phalanger on Facebook" /&gt;&lt;/a&gt; &lt;a href="http://www.facebook.com/group.php?gid=295568806304" class="externalLink"&gt;&amp;gt;&amp;gt; Join us on Facebook&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="http://www.twitter.com/phpcompiler"&gt;&lt;img style="border:none;" src="http://twitter-badges.s3.amazonaws.com/follow_us-a.png" alt="Follow Phalanger on Twitter" title="Follow Phalanger on Twitter" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/phpcompiler" class="externalLink"&gt;&amp;gt;&amp;gt; Follow us on Twitter&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h1&gt;&lt;div style="clear:both;height:0;"&gt;&amp;nbsp;&lt;/div&gt;&lt;a style="float:right;padding-left:.5em;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=YVBG2LR5YK22J"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; &lt;a href="http://www.php-compiler.net/" class="externalLink"&gt;&amp;gt;&amp;gt; PHP compiler blog&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;h1&gt;Phalanger Features&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Makes PHP first-class citizen in the .NET languages family&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP language to the MSIL (Microsoft Intermediate Language), which is a byte-code assembly used by the .NET CLR
&lt;ul&gt;&lt;li&gt;Allows using .NET objects from the PHP language thanks to the PHP/CLR Language Extensions&lt;/li&gt;
&lt;li&gt;Enables using libraries written in PHP from other .NET languages&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Compiles existing PHP applications to improve execution speed&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles many existing PHP applications
&lt;ul&gt;&lt;li&gt;Improves execution speed thanks to the compilation and use of JIT (Just-In-Time) compilation&lt;/li&gt;
&lt;li&gt;Implements standard PHP library functions and allows calling native PHP4 extensions using unmanaged code&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Extends PHP with useful PHP/CLR extensions&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;PHP/CLR makes it possible to fully integrate PHP application with the .NET type system
&lt;ul&gt;&lt;li&gt;It is possible to import namespaces as well as use namespaces in new PHP/CLR projects&lt;/li&gt;
&lt;li&gt;Allows using .NET generics including writing and extending generic objects in the PHP language&lt;/li&gt;
&lt;li&gt;Supports .NET custom attributes, partial classes, .NET properties and other important features&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Creating .NET libraries in the PHP language&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Compiles PHP scripts directly to the .NET/Mono assemblies
&lt;ul&gt;&lt;li&gt;Allows writing objects fully compatible with .NET languages (like C#) in the pure mode&lt;/li&gt;
&lt;li&gt;Allows calling functions written in PHP and working with PHP objects in the legacy mode&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Using .NET libraries in PHP projects&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Thanks to Phalanger you can use PHP for developing presentation layer on top of bussines logic written in C#
&lt;ul&gt;&lt;li&gt;Phalanger makes it possible to use any .NET object in PHP applications &lt;/li&gt;
&lt;li&gt;You can use ASP.NET 2.0 Membership for integrating user accounts in PHP and ASP.NET application&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Integrates the PHP language into Microsoft Visual Studio&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Provides project templates for developing Phalanger applications in Visual Studio
&lt;ul&gt;&lt;li&gt;Supports syntax highlighting for PHP source files &lt;/li&gt;
&lt;li&gt;Supports debugging of PHP applications running on Phalanger&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Commercial support&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Follow &lt;a href="http://www.devsense.com/services/phalanger/" class="externalLink"&gt;http://www.devsense.com/services/phalanger/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for official commercial support page.&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Call for Participation&lt;/h1&gt;Are you interested in the project and would like to contribute? Do not hesitate to contact us. We are seeking for skilled and passionate people who would like to improve Phalanger in any way. There is a plenty of opportunities for participation including the following:
&lt;ul&gt;&lt;li&gt;&lt;a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;amp;hosted_button_id=YVBG2LR5YK22J"&gt;&lt;img style="border:none;" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" title="Donate" /&gt;&lt;/a&gt; You can appreciate our hard work with small donation.&lt;/li&gt;
&lt;li&gt;Please help us to &lt;a href="http://www.codeplex.com/Phalanger/Thread/View.aspx?ThreadId=39611" class="externalLink"&gt;prioritize features missing from Phalanger&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; which you believe are preventing you from using Phalanger in a real-world environment.&lt;/li&gt;
&lt;li&gt;Contribute to &lt;a href="http://wiki.phpcompiler.net/" class="externalLink"&gt;Phalanger Wiki&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. You can ask and answer FAQ questions. Write short tutorials about any Phalanger topic or share your experiences with running PHP applications on Phalanger. If your favorite application isn&amp;#39;t working as expected, you can try to find out why and help us by reporting a bug!&lt;/li&gt;
&lt;li&gt;If you want to develop part of Phalanger, you can work on a managed extension for Phalanger so that it can replace the native one, or add missing functionality (requires knowledge of C# and the extension). &lt;/li&gt;
&lt;li&gt;If you want to work on very advanced project, you can participate on development of Extension Manager for PHP5 extensions (requires knowledge of C++/CLI and advanced programming techniques including .NET Remoting). &lt;/li&gt;
&lt;li&gt;For more information, contact the development team on &lt;b&gt;IRC&lt;/b&gt; - freenode.net, channel &lt;b&gt;#phalanger&lt;/b&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>jakub</author><pubDate>Tue, 02 Aug 2011 20:08:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110802080831P</guid></item></channel></rss>