diff --git a/install/ini.xml b/install/ini.xml index b880d7a728..53b08c4d1a 100644 --- a/install/ini.xml +++ b/install/ini.xml @@ -202,22 +202,22 @@ include_path = ".;c:\php\lib" - + PHP_INI_USER Entry can be set in user scripts (like with ini_set) or in the Windows registry - + PHP_INI_PERDIR Entry can be set in &php.ini;, &htaccess; or &httpd.conf; - + PHP_INI_SYSTEM Entry can be set in &php.ini; or &httpd.conf; - + PHP_INI_ALL Entry can be set anywhere diff --git a/reference/info/constants.xml b/reference/info/constants.xml index 96fdf73700..b46f6269d1 100644 --- a/reference/info/constants.xml +++ b/reference/info/constants.xml @@ -156,6 +156,41 @@ + + INI constants + + + + Constant + Value + Description + + + + + INI_USER + 1 + Unused + + + INI_PERDIR + 2 + Unused + + + INI_SYSTEM + 4 + Unused + + + INI_ALL + 7 + Unused + + + +
+ Assert constants, these values are used to set the assertion options in assert_options.