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.

Issue History

Date Modified Username Field Change
2008-08-21 11:23 evolic New Issue
2010-03-20 23:50 derick Target Version => 2.1.0RC1
2010-04-03 14:26 derick Note Added: 0001426
2010-04-03 14:26 derick Status new => closed
2010-04-03 14:26 derick Resolution open => fixed
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