From df109259e78f1984f6ddb18ae8d0aebe9fbab811 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 29 Feb 2012 00:31:19 +0000 Subject: [PATCH] Document INI_* constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323643 c90b9560-bf6c-de11-be94-00142212c4b1 --- install/ini.xml | 8 ++++---- reference/info/constants.xml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) 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.