Hello,
  apache v2.2.15 (Linux/SUSE)
  php    v5.3.3
  linux  v2.6.34.7-0.7-desktop #1 SMP

  I updated </etc/php5/apache2/php.ini> to change
upload_max_filesize = 2M
to
upload_max_filesize = 60M.
  php_info() shows the changed value; "echo
ini_get(upload_max_filesize)" shows the changed value. Yet when I
attempt an upload, I get this in the error log:

PHP Warning:  POST Content-Length of 39246714 bytes exceeds the limit of
8388608 bytes in Unknown on line 0, referer: http://www.sma.com/sma/upload/

  Hmm. "Unknown on line 0"? A bit vague.
  8MB max seems a bit less than the 60MB listed.
  Where else could PHP be getting settings info?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to