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 | ||||