From 70cfadd91887265e1ca64981e447f97c017b83ed Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sat, 30 Nov 2002 03:57:18 +0000 Subject: [PATCH] Per Bug #20622 Include information on how to clear previously set directives in an .htaccess file. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106242 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index 3dcfcfaa3f..493497b54e 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -96,6 +96,15 @@ 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. + To clear a previously set value use none + as the value. + + + + +