Phalanger icon indicating copy to clipboard operation
Phalanger copied to clipboard

PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).

Results 39 Phalanger issues
Sort by recently updated
recently updated
newest added

is_file: ArgumentException if path contains invalid chars invalid encoding in urlencode/urldecode and dependenced functions some ScriptContext survived if web.config contains handlers or async code used (directly or indirectly) ReferenceNull is...

Some PHP apps use file_exists() for checking whether a .PHP file exists or not. For example, for checking if a module is installed, or to find out where it is...

Using managed extension "PhpNetMsSql"... ``` $con = mssql_pconnect(',', '', ''); mssql_select_db(''); mssql_query('BEGIN TRANSACTION'); ``` Throws: Warning: mssql_query(): Command execution failed: Transaction count after EXECUTE indicates a mismatching number of BEGIN...

Hi, I'm trying to send a file with curl, but I'm getting an exception. Here is a php code - it works well with php cli interpreter $data = array(...

``` php ``` in php result is 1, in phalanger 2

I tried compiling Zend Framwork 2 on the current master of Phalanger and got the following error: error PHP2007: Internal error! Please, report this bug via http://www.codeplex.com/WorkItem/List.aspx?ProjectName=Phalanger. Additional information: Assertion...

DateTime class is missing: CreateFromFormat() and Diff - also missing corresponding procedural functions: date_create_from_format & date_diff I also believe diff will be missing dependency class DateInterval. These were introduced in...

After fallowing tutorial here http://wiki.phpcompiler.net/Installation/3.0/Linux under Ubuntu 12.04 `Version information: Mono Runtime Version: 2.10.8.1 (Debian 2.10.8.1-1ubuntu2.1); ASP.NET Version: 4.0.30319.1` i get exception: ` [System.Reflection.TargetInvocationException]: Exception has been thrown by the...