View Issue Details

IDProjectCategoryView StatusLast Update
0000400XdebugUncategorizedpublic2010-04-03 14:26
Reporterevolic Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Target Version2.1.0RC1 
Summary0000400: Xdebug ignores error_reporting when gets "Warning: POST Content-Length of XXX bytes exceeds the limit of XXX bytes
Description

Without XDebug, error_reporting works fine.
When POST data exceeds the limit, I can disable showing that warning and can do some error handling (process $_FILES array).

There is problem, when I want to use XDebug here.
I cannot disable this warning, because XDebug ignores everything I setted up (e.g. E_ALL & !E_WARNING).
Warning always is sowing up and I cannot for example send some additional headers in HTTP output.

I think this warning is raised by Apache and this is the problem.
I hope you can fix it :)

Best regards,
Tomasz Kuter

TagsNo tags attached.
Operating SystemUbuntu 8.04
PHP Version5.2.4

Activities

derick

2010-04-03 14:26

administrator   ~0001426

Fixed in revision 3245.