PHP 7.0.6 Released

php.ini directives

Table of Contents

User Contributed Notes

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.
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.
To Top