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.