ID: 13245
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: HTTP related
Operating System: linux
PHP Version: 4.0.6
New Comment:
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
Previous Comments:
------------------------------------------------------------------------
[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
------------------------------------------------------------------------
[2001-09-11 04:55:13] [EMAIL PROTECTED]
When trying to upload files larger than 8Mb I get:
POST Content-Length of 9470478 bytes exceeds the limit of 8388608 bytes in Unknown on
line 0
On PHP.INI i've set:
upload_max_filesize = 28388608
and just in case:
memory_limit = 33554432
on the script side MAX_FILE_SIZE is set to 24117248
my poop or a bug?
------------------------------------------------------------------------
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]