[PHP-DOC] cvs: phpdoc /en/chapters config.xml From: Jani Taskinen (sniper <email protected>)
Date: 02/15/03

sniper Sat Feb 15 15:32:53 2003 EDT

  Modified files:
    /phpdoc/en/chapters config.xml
  Log:
  Added the example usage of "none" to php_admin_value section.
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.92 phpdoc/en/chapters/config.xml:1.93
--- phpdoc/en/chapters/config.xml:1.92 Tue Feb 4 08:27:37 2003
+++ phpdoc/en/chapters/config.xml Sat Feb 15 15:32:52 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.92 $ -->
+<!-- $Revision: 1.93 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -104,8 +104,7 @@
         <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.
+ To clear a previously set value use <literal>none</literal> as the value.
          <informalexample>
           <programlisting role="ini">
 <![CDATA[
@@ -141,6 +140,14 @@
          This can NOT be used in <filename>.htaccess</filename> files.
          Any directive type set with <systemitem role="directive">php_admin_value</systemitem>
          can not be overridden by <filename>.htaccess</filename> or virtualhost directives.
+ To clear a previously set value use <literal>none</literal> as the value.
+ <informalexample>
+ <programlisting role="ini">
+<![CDATA[
+php_admin_value open_basedir none
+]]>
+ </programlisting>
+ </informalexample>
         </para>
        </listitem>
       </varlistentry>

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