ID: 13245 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: HTTP related Operating System: linux PHP Version: 4.0.6 New Comment:
changed those. no go. PHP INFO reports upload limit of 16Mb, although it cant go over 8Mb. Memory limit is set at 8Mb - didnt compile with this option. Previous Comments: ------------------------------------------------------------------------ [2001-10-03 11:06:45] [EMAIL PROTECTED] No feedback. Closing. ------------------------------------------------------------------------ [2001-09-12 08:01:52] [EMAIL PROTECTED] I hope you also restarted your webserver after changing these values in php.ini?? Check what phpinfo() has to say about these settings. --Jani ------------------------------------------------------------------------ [2001-09-12 07:46:26] [EMAIL PROTECTED] Jani, No go. Still same message: [12-Sep-2001 13:46:07] PHP Warning: POST Content-Length of 12148085 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 ------------------------------------------------------------------------ [2001-09-12 06:42:01] [EMAIL PROTECTED] Jani, No go. Still same message: [12-Sep-2001 13:46:07] PHP Warning: POST Content-Length of 12148085 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 ------------------------------------------------------------------------ [2001-09-11 12:29:06] [EMAIL PROTECTED] Try these settings instead: post_max_size = 16M upload_max_filesize = 16M memory_limit = 16M (memory_limit only affects this if you have configured php with --enable-memory-limit) --Jani ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=13245 Edit this bug report at http://bugs.php.net/?id=13245&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]