View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001556 | Xdebug | Stacktraces | public | 2018-06-03 07:27 | 2018-06-05 09:50 |
| Reporter | Salman | Assigned To | |||
| Priority | high | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | PC | OS | Windows | OS Version | 10.0.171 |
| Fixed in Version | 2.6.1 | ||||
| Summary | 0001556: PHP with Xdebug enabled crashes when register_shutdown_function() is called with a function named call_user_funcsomething() | ||||
| Description | PHP with Xdebug crashes with error code "-1073741819" when register_shutdown_function() is called with a function named call_user_funcsomething() I was only able to reproduce this on Windows. PHP doesn't crash if Xdebug is disabled. | ||||
| Steps To Reproduce | C:\Users\salma>php -v C:\Users\salma>php -r "register_shutdown_function('call_user_funca'); function call_user_funca() {}" C:\Users\salma>echo %errorlevel% | ||||
| Tags | No tags attached. | ||||
| Operating System | Windows 10.0.171 | ||||
| PHP Version | 7.2.0-7.2.4 | ||||