ID: 25974 Updated by: [EMAIL PROTECTED] Reported By: klowe at solomon dot ie -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: FreeBSD PHP Version: Irrelevant New Comment:
You can change it in .htaccess file, when you use correct format: php_value post_max_size 8192000 Previous Comments: ------------------------------------------------------------------------ [2003-10-24 05:34:11] klowe at solomon dot ie Description: ------------ Hi, I've been trying to change my post_max_size within my .htaccess file as in http://www.php.net/manual/en/configuration.directives.php is is listed as post_max_size "8M" PHP_INI_SYSTEM|PHP_INI_PERDIR Could not get it to work, then someone in a newsgroup pointed out that it's changeble just in PHP_INI_SYSTEM as per http://ie2.php.net/ini_set: post_max_size "8M" PHP_INI_SYSTEM I think the first one is wrong as it wont work in .htaccess Thanks, Kevin ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25974&edit=1