Phalanger
Phalanger copied to clipboard
PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).
Hi, I am running VS2013 I am constantly getting compilation errors. I'm not sure if there is something wrong with the copy I've downloaded, or if I am specifically doing...
I tested a clean git clone, compiled in Debug and Release mode, tested in Windows and Mono/Linux and the problem is always the same: ``` Library assembly 'PhpNet.ClassLibrary' could not...
Hi, I think this could be a good idea to have Phalanger deployed with a Nuget package :)
You can probably safely ignore a bunch of the project file changes?
Mono is not supporting a way to lock files for Linux: http://mono.1490590.n4.nabble.com/Equivalent-to-LockFileEx-on-Linux-td1575660.html Any idea to solve or workaround this problem? Most of the times flock() is used when we need...
Does Phalanger already supports traits? I'm trying to build this simple example from [PHP documentation](http://php.net/manual/en/language.oop5.traits.php): ``` php
In Phalanger (1d64ededa2eaa) func_get_args() returns use()'d variables in addition to real arguments, while php and hhvm only return closure's arguments: ``` $ cat qq.php
the htmlspecialchars will not translate any word in this list ` "&", """, "'", "<", ">" ` but HtmlSpecialCharsEncode does not implements the logic, so if the input contains any...