From 14dac9caa63b88152a6c57e2ea918a78fc2661cc Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Tue, 17 Jun 2008 09:38:16 +0000 Subject: [PATCH] [HOST=] and [PATH=] git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261268 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 94 insertions(+), 1 deletion(-) 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