add a note

User Contributed Notes 2 notes

up
-52
Frappy
9 years ago
You can use the ini_set() function to set a directive's  value in your scripts provided the "CHANGEABLE" attribute in the above chart is PHP_INI_USER or PHP_INI_ALL.
up
-58
russell <at> loosenut <dot> com
9 years ago
In order for these settings to work in your htaccess file, you will need to add "Options" to your AllowOverride specifications for the directory/webserver if it's not already allowed.