View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000760 | Xdebug | Uncategorized | public | 2011-12-14 10:33 | 2011-12-14 14:56 |
| Reporter | lolautruche | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Platform | UNIX | OS | Mac OSX | OS Version | 10.7.2 |
| Product Version | 2.2dev | ||||
| Summary | 0000760: PHP Errors are not reported in browsers using built-in SAPI | ||||
| Description | Hi Using new built-in SAPI with a router script, if a fatal error occurs (or any other notice/warning), it is reported in the PHP webserver log but not to the browser. | ||||
| Steps To Reproduce |
| ||||
| Additional Information | test.php : router.php : | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.4-dev | ||||
|
|
Please note that everything works as expected if no router is used (calling test.php directly) |
|
|
This is actually a bug in PHP: https://bugs.php.net/bug.php?id=60523 |