PHP compiler for .NET
php-compiler.net
PHP compiler for .NET
1–8 of 8 posts
Re: PHP compiler for .NET
#2Only complaint I'd have would be that it locks up Visual Studio every so often on large PHP files. Apart from that it pretty much works as advertised.
Re: PHP compiler for .NET
#3I've used Phalanger in one of my side projects and it works really well. The PHP library I was using ( http://code.google.com/p/phpsc2replay/ if you're interested) isn't simple but there were only a few minor modifications required to get it up and running as a full .NET library. Only complaint I'd have would be that it locks up Visual Studio every so often on large PHP files. Apart from that it pretty much works as…
Re: PHP compiler for .NET
#4Re: PHP compiler for .NET
#5Re: PHP compiler for .NET
#6I've used Phalanger in one of my side projects and it works really well. The PHP library I was using ( http://code.google.com/p/phpsc2replay/ if you're interested) isn't simple but there were only a few minor modifications required to get it up and running as a full .NET library. Only complaint I'd have would be that it locks up Visual Studio every so often on large PHP files. Apart from that it pretty much works as…
So the reason to use both PHP and ASP.NET together was to get access to the php library from C#?
Re: PHP compiler for .NET
#7I know the guy who wrote it originally. A real hacker. He wrote it way before this DLR extensions, I think it was even in .NET 1.0 and it was already sort of usable. He knew a lot from Rotor (the open sourced part of .NET) and he was using it to hack the internal memory structures (ie. the Object structure) of .NET without reflection
Re: PHP compiler for .NET
#8Like .NET applications never have had security holes.