peachpie
peachpie copied to clipboard
PeachPie - the PHP compiler and runtime for .NET and .NET Core
Test case: ``` function Test($val) { print_r(debug_backtrace()); } Test('MyValue'); ``` In Zend, this feature can be controlled via option `zend.exception_ignore_args`
 good time of the day. i need to use the types i specify. above is a standard example in pie. however, it is permanently converted to the specified type...
This is the project file Same result with net6.0 library net5.0 enable enable mediawiki  Thanks
When I run the application, the code is failing, but there is no error that I can find. If I debug into the code, I am only able to go...
On PHP, we can instantiate a stdClass and set properties dynamically as follow: `$obj = new stdClass(); $obj->name = 'My Name'; $obj->time = time();` On PeachPie is there a way...
It looks like using the spread operator to build another array (PHP 7.4 feature/replacement for array_merge) always induces a compiler error, as reproducible by the following example: ```php
Following along with the Console App (CLI) - Getting Started Guide, step 2 - Install Peachpie .NET Templates fails because it can't find the templates. ```sh ❯ dotnet new -i...
If the session is not set auto start at: ``` class Startup { public void ConfigureServices(IServiceCollection services) { services.AddPhp(options => { //options.Session.AutoStart = true; // System.NullReferenceException: Object reference not set...
I'm trying to hash a string with sha3-512 but as I see hash_algos() function doesn't have that. The PHP version is 7.4.69 (that probably includes sha3-512) and PeachPie version 1.0.9,...
Hi, when running the command from a macbook air m2: `dotnet run` i get the following error in my browser: ``` System.DllNotFoundException: Unable to load shared library 'MonoPosixHelper' or one...