philip          Tue Jul 16 14:34:45 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  safe_mode_include_dir: Can take on semi-colon separated list, as of PHP 4.2.0
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.69 phpdoc/en/chapters/config.xml:1.70
--- phpdoc/en/chapters/config.xml:1.69  Tue Jul 16 14:16:01 2002
+++ phpdoc/en/chapters/config.xml       Tue Jul 16 14:34:45 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.69 $ -->
+<!-- $Revision: 1.70 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -946,6 +946,11 @@
         must also be in <link linkend="ini.include-path">include_path</link>
         or full path must including).
        </para>
+       <simpara>
+        As of PHP 4.2.0, this directive can take on a semi-colon separated 
+        path in a similar fashion to the include_path directive, rather than 
+        just a single directory.
+       </simpara>
       </listitem>
      </varlistentry>
 



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

Reply via email to