pollita         Fri Nov 29 22:57:18 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  Per Bug #20622
  Include information on how to clear previously set directives in an
  .htaccess file.
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.85 phpdoc/en/chapters/config.xml:1.86
--- phpdoc/en/chapters/config.xml:1.85  Tue Nov 19 04:22:29 2002
+++ phpdoc/en/chapters/config.xml       Fri Nov 29 22:57:18 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.85 $ -->
+<!-- $Revision: 1.86 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -96,6 +96,15 @@
         <para>
          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 <literal>none</literal>
+        as the value.
+         <informalexample>
+          <programlisting role="ini">
+<![CDATA[
+php_value auto_prepend_file none
+]]>
+          </programlisting>
+         </informalexample>
         </para>
        </listitem>
       </varlistentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to