ID: 50684
Updated by: [email protected]
Reported By: john dot peterson10 at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: PHP options/info functions
Operating System: Windows
PHP Version: 5.2.12
New Comment:
Allowing that to be changed would open a can of worms.
Previous Comments:
------------------------------------------------------------------------
[2010-01-07 08:33:59] john dot peterson10 at gmail dot com
Description:
------------
The setting max_file_uploads can't be changed from .htaccess.
I think it should be possible to change max_file_uploads, like it's
possible to change upload_max_filesize, post_max_size and max_input_time
from .htaccess.
Reproduce code:
---------------
@.htaccess
php_value max_file_uploads 50
@settings.php
<?PHP
ini_set('max_file_uploads', "50");
echo "max_file_uploads: " . ini_get('max_file_uploads');
?>
Expected result:
----------------
max_file_uploads is changed to 50
Actual result:
--------------
max_file_uploads is not changed from its default (or php.ini) value
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=50684&edit=1