diff --git a/install/ini.xml b/install/ini.xml index bf6c245548..53b08c4d1a 100644 --- a/install/ini.xml +++ b/install/ini.xml @@ -194,18 +194,16 @@ include_path = ".;c:\php\lib" Definition of PHP_INI_* modes - + Mode - Value Meaning PHP_INI_USER - 1 Entry can be set in user scripts (like with ini_set) or in the Windows registry @@ -213,17 +211,14 @@ include_path = ".;c:\php\lib" PHP_INI_PERDIR - 6 Entry can be set in &php.ini;, &htaccess; or &httpd.conf; PHP_INI_SYSTEM - 4 Entry can be set in &php.ini; or &httpd.conf; PHP_INI_ALL - 7 Entry can be set anywhere