ID:               51110
 Updated by:       j...@php.net
 Reported By:      EHCanadian83 at Hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Windows Server 2003
 PHP Version:      5.2.12
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2010-02-22 08:23:27] EHCanadian83 at Hotmail dot com

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 this bug report at http://bugs.php.net/?id=51110&edit=1

Reply via email to