I know there are implementations of Python and of Perl for .NET. Have you ever heard of any similar plans for PHP?
+4
A:
I recall there's something called Phalanger which runs PHP on .NET
Jani Hartikainen
2009-07-11 14:07:51
Note it isn't in active development anymore. Maybe it will be.
Dykam
2009-07-11 14:11:45
December 2009: "... our team are again actively working on Phalanger. The new release is coming soon..."
QrystaL
2010-03-08 00:04:41
A:
no, there's not and I don't think there will be as it doesn't really make much sense. Python makes more sense as it's a dynamic language and there's no current equivalent in .net. I believe you can use Phalanger which compiles PHP to CIL but it's not a first class .net language.
lomaxx
2009-07-11 14:11:22
It is an implementation of the PHP language for the CLI. Why should it be a first class language?
Dykam
2009-07-11 14:13:29