danbeck         Thu Jun 28 11:46:50 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  reverted changed made in revision 1.70, added note to clarify when
  http redirects began to be supported
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.71 phpdoc/en/functions/filesystem.xml:1.72
--- phpdoc/en/functions/filesystem.xml:1.71     Wed Jun 27 02:53:54 2001
+++ phpdoc/en/functions/filesystem.xml  Thu Jun 28 11:46:49 2001
@@ -1145,6 +1145,10 @@
      request in order to handle name-based virtual hosts.
     </simpara>
     <simpara>
+     Versions prior to PHP 4.0.5 do not handle HTTP redirects. Because
+     of this, directories must include trailing slashes.
+    </simpara>
+    <simpara>
      If <parameter>filename</parameter> begins with "ftp://"; (not case
      sensitive), an ftp connection to the specified server is opened
      and a pointer to the requested file is returned. If the server
@@ -2291,6 +2295,10 @@
      (not case sensitive), an HTTP 1.0 connection is opened to the
      specified server and the text of the response is written to
      standard output.
+    </para>
+    <para>
+     Versions prior to PHP 4.0.5 do not handle HTTP redirects. Because
+     of this, directories must include trailing slashes.
     </para>
     <para>
      If <parameter>filename</parameter> begins with "ftp://";


Reply via email to