View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000232 | Xdebug | Uncategorized | public | 2007-01-11 15:04 | 2007-01-14 18:56 |
Reporter | spheroid | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000232: PHP log_errors functionality lost after enabling xdebug error handler | ||||
Description | $ php -n -d zend_extension=/usr/local/lib/php/20060613/xdebug.so -d display_errors=0 -d log_errors=1 -d xdebug.default_enable=0 -r 'x();' PHP Fatal error: Call to undefined function x() in Command line code on line 1 $ php -n -d zend_extension=/usr/local/lib/php/20060613/xdebug.so -d display_errors=0 -d log_errors=1 -d xdebug.default_enable=1 -r 'x();' [ no output ] | ||||
Additional Information | Error logging wont work even if error_log has a value, in this case CLI SAPI should write the error into stderr. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.2.0 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-01-11 15:04 | spheroid | New Issue | |
2007-01-14 18:56 | derick | Status | new => closed |
2007-01-14 18:56 | derick | Note Added: 0000541 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |