From: EHCanadian83 at Hotmail dot com Operating system: Windows Server 2003 PHP version: 5.2.12 PHP Bug Type: Unknown/Other Function Bug description: POST Content Length Tosses Error In Apache Folder
Description: ------------ When hitting the max upload value on a html form post the error log is thrown into the root/install folder of apache and the page fails to populate array data for the $_POST & $_FILES Reproduce code: --------------- C:\Data\Apache\ C:\Data\PHP\ upload_max_filesize = 2M post_max_size = 1M error_log = php-error.log LoadModule php5_module "../PHP/php5apache2_2.dll" Upload a file greater then post_max_size Expected result: ---------------- White page and a error log in the C:\Data\Apache\php-error.log file with the result PHP Warning: POST Content-Length of 1286333 bytes exceeds the limit of 1048576 bytes in Unknown on line 0 -- Edit bug report at http://bugs.php.net/?id=51110&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=51110&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=51110&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=51110&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=51110&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=51110&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=51110&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=51110&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=51110&r=needscript Try newer version: http://bugs.php.net/fix.php?id=51110&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=51110&r=support Expected behavior: http://bugs.php.net/fix.php?id=51110&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=51110&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=51110&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=51110&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51110&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=51110&r=dst IIS Stability: http://bugs.php.net/fix.php?id=51110&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=51110&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=51110&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=51110&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=51110&r=mysqlcfg
