View Issue Details

IDProjectCategoryView StatusLast Update
0000232XdebugUncategorizedpublic2007-01-14 18:56
Reporterspheroid Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionopen 
Summary0000232: 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.

TagsNo tags attached.
Operating System
PHP Version5.2.0

Activities

derick

2007-01-14 18:56

administrator   ~0000541

Fixed in CVS, thanks for your report.

Issue History

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