diff --git a/appendices/ini.xml b/appendices/ini.xml index 79d4a20e61..4dcb40f8ab 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -3541,6 +3541,99 @@ +
+ List of &php.ini; sections + + This list includes the &php.ini; sections you can set to configure your + PHP setup on a per Host or Path basis. These sections are optional. + + + These sections don't directly affect PHP. They are used to group other + &php.ini; directives together and to get them to act upon a particular host + or on a particular path. + + + + Sections + + + + Name + Changeable + Changelog + + + + + [HOST=] + PHP_INI_SYSTEM + Added in PHP 5.3.0. + + + [PATH=] + PHP_INI_SYSTEM + Added in PHP 5.3.0. + + + +
+
+ + &ini.descriptions.title; + + + + + + [HOST=<host>] + + + + This section allows you to define a set of &php.ini; directives that + will take effect on the named host. + + + + Activate full on-screen error reporting for dev. domain + + + + + + + + + + + [PATH=<path>] + + + + This section allows you to define a set of &php.ini; directives that + will take effect when a script runs from the named path. + + + + Add security script for protected areas + + + + + + + + + + +
+
Description of core &php.ini; directives