From 7e2c80fd15b5a802aaebf9148dc6adcdae68e948 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Thu, 28 Jun 2001 15:46:49 +0000 Subject: [PATCH] reverted changed made in revision 1.70, added note to clarify when http redirects began to be supported git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50294 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 7f7f056e8c..16c19bbb00 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1144,6 +1144,10 @@ $fcontents = join ('', file ('http://www.php.net')); of the text of the response. A 'Host:' header is sent with the request in order to handle name-based virtual hosts. + + Versions prior to PHP 4.0.5 do not handle HTTP redirects. Because + of this, directories must include trailing slashes. + If filename begins with "ftp://" (not case sensitive), an ftp connection to the specified server is opened @@ -2292,6 +2296,10 @@ $fp = popen ("/bin/ls", "r"); specified server and the text of the response is written to standard output. + + Versions prior to PHP 4.0.5 do not handle HTTP redirects. Because + of this, directories must include trailing slashes. + If filename begins with "ftp://" (not case sensitive), an ftp connection to the specified server is