peachpie icon indicating copy to clipboard operation
peachpie copied to clipboard

PeachPie - the PHP compiler and runtime for .NET and .NET Core

Results 108 peachpie issues
Sort by recently updated
recently updated
newest added

Is there any option to ignore/hide the Notices (showing in VSCode debug window)? This code should work: `error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT);`

:question: question

In this test case, both eval()'s should be ignored / catched. ``` @eval("

call_user_func_array ```php public function test_fun($value=NULL, $b=false, $c=true) { debug::debug($value); debug::debug($b); debug::debug($c); } public function init_app() : void { $res = call_user_func_array([$this, 'test_fun'], ['test']); } ``` When calling in PHP running...

:beetle: bug

Test case: ``` $descriptor = array( 0 => array('pipe', 'r'), // We will read from stdin 1 => array('pipe', 'w'), // We will write to stdout ); assert(proc_open("/bin/ls 'file'", $descriptor,...

Incorrect warning issued for session_regenerate_id: warning PHP5014: session_regenerate_id() expects 0 parameter(s), 1 given ``` public function regenerateId($deleteOldSession = true) { if ($this->sessionExists()) { session_regenerate_id((bool) $deleteOldSession); } return $this; } ```...

Pchp.Core.ScriptDiedException: 'TCPDF ERROR: SVG file not found: /app/src/download/config/ciologo.svg' ![image](https://github.com/peachpiecompiler/peachpie/assets/13287512/fa03892e-2255-4f6d-a74b-9689533a1770) You can see the image there in the image above. Can you help me ?

I just curious, does the sort function for method comparer really isn't implemented? I got error by running the home page of Wordpress in peachpie. ![image](https://github.com/peachpiecompiler/peachpie/assets/2817332/d902ddb9-3ad9-4e34-affc-97389aad15af)

Hello, version update needed since there is a known vulnerability within old versions of Imagesharp.