From: markers at mail333 dot com Operating system: Win XP && Win 2k3 PHP version: 5.2.5 PHP Bug Type: Scripting Engine problem Bug description: Problem 10GB
Description: ------------ ENGLISH: php.ini ; Maximum allowed size for uploaded files. upload_max_filesize = 10G Result: -xxxxxxxxx <input type="hidden" name="MAX_FILE_SIZE" value="10000000000"> Uploading file size 2mb Result: $_FILES["upload_file"]['error'] = 2 (The file is bigger than this form allows) RUSSIAN: Когда задаём максимальный размер файла в php.ini 10 гигабайт: "; Maximum allowed size for uploaded files. upload_max_filesize = 10G" и/или ставим ограничение на размер файла используя поле MAX_FILE_SIZE: " <input type="hidden" name="MAX_FILE_SIZE" value="10000000000">" PHP возвращает ошибку ($_FILES["upload_file"]['error']) равным 2 (Размер файла больше ограничения формы) Возможно ли решение? -- Edit bug report at http://bugs.php.net/?id=44350&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=44350&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=44350&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=44350&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=44350&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=44350&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=44350&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=44350&r=needscript Try newer version: http://bugs.php.net/fix.php?id=44350&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=44350&r=support Expected behavior: http://bugs.php.net/fix.php?id=44350&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=44350&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=44350&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=44350&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=44350&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=44350&r=dst IIS Stability: http://bugs.php.net/fix.php?id=44350&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=44350&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=44350&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=44350&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=44350&r=mysqlcfg
