If you run PHP as Apache module you might want to change it at virtual host level (aka httpd.conf). You need to remember that, being a PHP_INI_SYSTEM directive, you have to use php_admin_value (regular php_value will be ignored). Sample code could be: