by mariinma1982, romeikat
PHP4Mono is a compiler that enables Mono to run PHP code. It translates PHP scripts to Common Intermediate Language (CIL). Like that PHP scripts can be executed as console applications on Mono. You can even build GUIs directly from within a PHP script!
romeikat commented on the RE: still active? forum thread
veru created the still active? forum thread
romeikat created the Calls to parent:: don't work as expected artifact
romeikat created the Extending an external class is not possible artifact
romeikat created the Assemblies in GAC or current directory are not found artifact
romeikat commented on the RE: Awesome project forum thread
Bugfixes: - calls to methods defined in current class must now be preceded by $this-> and self:: respecitvely - calls to functions on top level of a script are resolved correctly now - overriding methods must now have the same or weaker visibility than ...
A new release of the Mono PHP Compiler is now on SourceForge including souce code, binaries, samples and a tutorial. The major new feature is that you may now use functionality from other .NET assemblies directly from a PHP script as described in the ...
Bugfixes: - calls to methods defined in current class must now be preceded by $this-> and self:: respecitvely - calls to functions on top level of a script are resolved correctly now - overriding methods must now have the same or weaker visibility than ...
captainn created the Awesome project forum thread
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use