View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001015 | Xdebug | Uncategorized | public | 2013-12-16 14:21 | 2020-03-12 17:01 |
Reporter | zburnham | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | 2.2.3 | ||||
Fixed in Version | 2.3.0 | ||||
Summary | 0001015: Set display_errors and error_reporting to immutable values | ||||
Description | Frequently with an unfamiliar/unclear/obscure codebase, error_reporting() and the ini setting display_errors get set to unwanted values, and as a result errors are not displayed that may be useful for debugging purposes. It would be nice if xdebug provided the ability to define those values immutably before the runtime sets them to unwanted values for debugging. Something like 'xdebug.stubborn_error_reporting' and 'xdebug.stubborn_display_errors'. xdebug.scream does help, but that's not exactly what I'm talking about. | ||||
Steps To Reproduce | Have an unfamiliar codebase which disables / lowers error reporting and is giving you a white screen. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.3 | ||||
|
I've added the xdebug.force_display_errors setting to force the display of |
|
I've made the xdebug.force_display_errors and xdebug.force_error_reporting settings only settable in php.ini - and added some test cases. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-16 14:21 | zburnham | New Issue | |
2014-01-07 23:01 | derick | Note Added: 0002662 | |
2014-01-07 23:01 | derick | Status | new => resolved |
2014-01-07 23:01 | derick | Fixed in Version | => 2.3dev |
2014-01-07 23:01 | derick | Resolution | open => fixed |
2014-01-07 23:01 | derick | Assigned To | => derick |
2014-01-08 22:45 | derick | Note Added: 0002663 | |
2014-01-08 22:45 | derick | Status | resolved => closed |
2015-02-22 14:30 | derick | Fixed in Version | 2.3dev => 2.3.0 |
2020-03-12 17:01 | derick | Category | Feature/Change request => Uncategorized |