From bc688b1909e2a40b0329d5f7bbda5cc7808b0041 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 28 Apr 2003 16:09:10 +0000 Subject: [PATCH] Tagged some constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124913 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 642cc5cee2..c6b4eb8c8b 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -110,7 +110,7 @@ include_path = ".;c:\php\lib" Sets the value of the specified directive. - Can be used only with PHP_INI_ALL and PHP_INI_PERDIR type directives. + Can be used only with PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a previously set value use none as the value. @@ -131,7 +131,7 @@ php_value auto_prepend_file none Used to set a Boolean configuration directive. - Can be used only with PHP_INI_ALL and PHP_INI_PERDIR type directives. + Can be used only with PHP_INI_ALL and PHP_INI_PERDIR type directives.