Bug#657652: [php5-xdebug] makes PHP always give out HTTP status 200 OK on fatal errors

2012-01-30 Thread Martin Meredith
Please see http://bugs.xdebug.org/view.php?id=587 This will be fixed with the release of 2.2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#657652: [php5-xdebug] makes PHP always give out HTTP status 200 OK on fatal errors

2012-01-27 Thread Filipus Klutiero
Package: php5-xdebug Version: 2.1.0-1 Severity: important Forwarded: http://bugs.xdebug.org/view.php?id=587 Tags: upstream Having xdebug enabled causes PHP to give incorrect status codes when a fatal error happens, for example when a function is undefined, as in the following test case: ?