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

Reply via email to