View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001963 | Xdebug | Uncategorized | public | 2021-04-10 08:44 | 2021-10-04 09:32 |
| Reporter | dora | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | closed | Resolution | fixed | ||
| Platform | PC | OS | Windows | OS Version | 10 |
| Product Version | 3.0.4 | ||||
| Fixed in Version | 3.1.0 | ||||
| Summary | 0001963: php exit code = -1073741819 when xdebug.mode = off (Windows Thread Safe Only) | ||||
| Description | When I specify xdebug.mode = off, php command returns with exit code = -1073741819. | ||||
| Steps To Reproduce | Download pre-built binaries:
Unzip the zip file into c:\php\php-8.0.3-Win32-vs16-x64\ Then, execute "php -v" command. | ||||
| Tags | No tags attached. | ||||
| Operating System | Windows 10 | ||||
| PHP Version | 8.0.0-8.0.4 | ||||
|
|
Correction: |
|
|
I can indeed reproduce this (on CI): https://github.com/xdebug/xdebug/pull/735/files Result with ZTS: https://ci.appveyor.com/project/derickr/xdebug/builds/38802448/job/1fyy67qgoy8lm69n#L631 |
|
|
Fixed for Xdebug 3.1: https://github.com/xdebug/xdebug/pull/735 |