From 9ffa35f021ad6338e93c146ddd6ce31fd7cb15d1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 11 Jan 2012 06:39:20 +0000 Subject: [PATCH] PHP_INI_* are not constants, value is useless git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322054 c90b9560-bf6c-de11-be94-00142212c4b1 --- install/ini.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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