View Issue Details

IDProjectCategoryView StatusLast Update
0000665XdebugUncategorizedpublic2020-03-12 17:16
Reporterdangerousben Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version2.2dev 
Summary0000665: xdebug does not respect display_errors=stderr
Description

Since PHP 5.2.4, it has been possible to set display_errors=stderr to send errors to stderr rather than stdout. xdebug does not respect this setting.

Steps To Reproduce

Enable xdebug, set display_errors=stderr, run some PHP code that generates an error. The error goes to stdout.

TagsNo tags attached.
Operating System
PHP Version5.3.3

Relationships

has duplicate 0001033 resolvedderick Show PHP errors during debugging as they happen (by supporting stderr) 

Activities

dangerousben

2011-02-13 17:04

reporter   ~0001675

Patch attached.

derick

2011-02-21 22:13

administrator   ~0001680

Fixed in SVN. Much thanks for the patch!