ID: 33783 User updated by: pumuckel at metropolis dot de -Summary: php_post_max value shown but ignored Reported By: pumuckel at metropolis dot de Status: Open Bug Type: *Configuration Issues Operating System: Linux PHP Version: 5.0.4 New Comment:
fixed subject ;) Previous Comments: ------------------------------------------------------------------------ [2005-07-20 12:10:18] pumuckel at metropolis dot de Description: ------------ The value set in php.ini (and in httpd.conf rule for virtual host) is set (and shown in phpinfo()!) but it is ignored. We are trying to upload a 2M file and get an error message: [20-Jul-2005 10:19:55] PHP Warning: POST Content-Length of 2526325 bytes exceeds the limit of 1048576 bytes in Unknown on line 0 php_max_size and upload_max_filesize both are set to 8M Also memory_limit is set to this value. Setting those values to 8388608 does not help neither. We do not have any ini flag set to 1M (or 1048576) This behaviour can be reproduced here with older 5.0.5-dev, actual 5.0.5-dev and actual 5.1 snap. Reproduce code: --------------- Try to upload a file bigger than 1048576 bytes. Expected result: ---------------- It should not stop the upload with above message. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33783&edit=1
