[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml From: Daniel Beckham (danbeck <email protected>)
Date: 06/27/01

danbeck Wed Jun 27 06:38:09 2001 EDT

  Modified files:
    /phpdoc/en/functions filesystem.xml
  Log:
  documented issue in bug #9124
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.69 phpdoc/en/functions/filesystem.xml:1.70
--- phpdoc/en/functions/filesystem.xml:1.69 Sat Jun 23 22:10:51 2001
+++ phpdoc/en/functions/filesystem.xml Wed Jun 27 06:38:08 2001
@@ -1145,10 +1145,6 @@
      request in order to handle name-based virtual hosts.
     </simpara>
     <simpara>
- Does not handle HTTP redirects, so you must include trailing
- slashes on directories.
- </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
@@ -2295,10 +2291,6 @@
      (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>
- Does not handle HTTP redirects, so you must include trailing
- slashes on directories.
     </para>
     <para>
      If <parameter>filename</parameter> begins with "ftp://"