From 053143579d4fd381a11fe09c228264fef049caf3 Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 15 Feb 2003 20:32:52 +0000 Subject: [PATCH] Added the example usage of "none" to php_admin_value section. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116546 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 38d47dee48..68b3e1c336 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -104,8 +104,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. - To clear a previously set value use none - as the value. + To clear a previously set value use none as the value. .htaccess files. Any directive type set with php_admin_value can not be overridden by .htaccess or virtualhost directives. + To clear a previously set value use none as the value. + + + + +