Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Phalanger: PHP .NET compiler revealed
Mar 19, 2005 at 2:08 PMHi!
Thanks. Well, there are some bugs. We will release a bug fix in a couple of days. So maybe it will be better for you to wait until then.
You are absolutely right. We know about this limitation and we plan to enable that. Grammar needn't to be changed to do that. But it's a lot of work so it will take some time.
For now, there is a workaround. You can add your own PHP functions written in C# (a kind of mediators) to class library as you will see if you download source code of the Phalanger Class Library. There is an opportunity to add assemblies of your own to the class library assembly set provided they follow the same code style as the Class Library. The process of extending class library is not well documented now, however we work in the doc.
We will consider this suggestion. Thanks.
The CLR Compiler Geek Roundtable
Mar 19, 2005 at 5:50 AMSee Lightweight Code Generation in .NET 2.0 (DynamicMethod class particularly). I think that is want you suggest.
Phalanger: PHP .NET compiler revealed
Mar 19, 2005 at 5:44 AMIt already is. See the license http://php-compiler.net/License.htm.
Phalanger: PHP .NET compiler revealed
Mar 17, 2005 at 7:51 AMWe plan to migrate to .NET Framework 2.0 soon which will enable us also to bring Phalanger to Mono. Why? Because we use MC++ for parser implementation (there is no Bison implementation which produces C# code as far as we know - if you know about some which works perfectly let us know, please). And MC++ compiler is not avaiable on Mono yet. We will rewrite our parser to C++/CLI producing pure IL which will, we hope, enable Phalanger managed binaries to be working on Mono (I think there is also a support for ASP.NET on Mono). Of course, native extensions shipped with PHP will not work there. Only those extension which we implement (or someone else does - anybody can add his or her functionality to Phalanger clas library).
Phalanger: PHP .NET compiler revealed
Mar 17, 2005 at 7:39 AMNo it isn't yet. As I have written in the previous post a simple debugging is available nowadays. Debugging of web applications doesn't work now. We know that it would be very useful so we are planing to do it in our new integration package targeting Whidbey and maybe we will upgrade also VS2003 package.
Phalanger: PHP .NET compiler revealed
Mar 17, 2005 at 7:34 AMAs one of that guys who you are speaking about here
We made a simple integration to VS2003. It includes syntax highlighting, syntax checking, a simple PHP project where files can be stored and which can be compiled (by F5) and debugged (experimental feature that sometimes doesn't work well). IntelliSense and code completion and other cool features of VS are not supported yet. We are working on integration to Whidbey which is much easier to program because it can be written in C#. Nonetheless, we focus more to the compiler and run-time than to the integration to VS.