Edit report at https://bugs.php.net/bug.php?id=64661&edit=1
ID: 64661 Updated by: paj...@php.net Reported by: vdeepakkumar at msn dot com Summary: Enabling .NET Framework Support Module Status: Wont fix Type: Feature/Change Request Package: *General Issues Operating System: Windows PHP Version: Irrelevant Block user comment: N Private report: N New Comment: Also, as per having, developing or using Modules (as in php extensions) implemented in .net, it is already possible. See https://github.com/pierrejoye/php_ajaxmin https://github.com/pierrejoye/php_mschart for examples. However, as Rasmus said, having to maintain a totally different engine, windows specific with its lots of compatibility issues is not something that will happen any time soon. Previous Comments: ------------------------------------------------------------------------ [2013-04-18 05:24:56] ras...@php.net Sorry, we do not have the resources to take this on. ------------------------------------------------------------------------ [2013-04-17 19:16:18] vdeepakkumar at msn dot com Description: ------------ I came across an opensource module called Phalanger hosted from http://phalanger.codeplex.com/, which seems to be compiling PHP scripts to MSIL so that .NET framework applications can use the same. Precisely, PHP serves as one of the .NET framework languages. However, this seems to be maintained as a separate branch. I am wondering if this could be maintained by PHP Team and managed as a IL module (configurable from PHP.INI just like CGI, ISAPI modes. Test script: --------------- I came across an opensource module called Phalanger hosted from http://phalanger.codeplex.com/, which seems to be compiling PHP scripts to MSIL so that .NET framework applications can use the same. Precisely, PHP serves as one of the .NET framework languages. However, this seems to be maintained as a separate branch. I am wondering if this could be maintained by PHP Team and managed as a IL module (configurable from PHP.INI just like CGI, ISAPI modes. Expected result: ---------------- IL output is one of the modes like CGI, ISAPI. Actual result: -------------- None currently ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64661&edit=1