From: motion_4u at hotmail dot com Operating system: Windows 2000 advanced PHP version: 5.1.1 PHP Bug Type: *General Issues Bug description: post_max_size stays locked to 8M
Description: ------------ I have tried to upload a 100MB file to the server and for that I have changed the following variables to enable the upload within PHP.INI file: max_execution_time = 3000 max_input_time = 600 memory_limit = 200M post_max_size = 200M But uploading small files up to 8 MB do work but PHP stops the upload for files bigger than 8 MB. I have also tried to set the post_max_size value with the ini_set ( "post_max_size", "200M" ); with no success. Actual result: -------------- Calling the below snippent echo 'post_max_size = ' . ini_get('post_max_size'); shows still: post_max_size =8M :(( -- Edit bug report at http://bugs.php.net/?id=35685&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=35685&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=35685&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=35685&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=35685&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35685&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35685&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35685&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35685&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35685&r=support Expected behavior: http://bugs.php.net/fix.php?id=35685&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35685&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35685&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35685&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35685&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35685&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35685&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35685&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35685&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35685&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35685&r=mysqlcfg