From 5af5696178f12026e4e61fd3339b2056bcf4419c Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Wed, 27 Jun 2001 04:38:08 +0000 Subject: [PATCH] documented issue in bug #9124 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50261 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index edef9faadd..ce3e102ea4 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1144,10 +1144,6 @@ $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. - - Does not handle HTTP redirects, so you must include trailing - slashes on directories. - If filename begins with "ftp://" (not case sensitive), an ftp connection to the specified server is opened @@ -2296,10 +2292,6 @@ $fp = popen ("/bin/ls", "r"); specified server and the text of the response is written to standard output. - - Does not handle HTTP redirects, so you must include trailing - slashes on directories. - If filename begins with "ftp://" (not case sensitive), an ftp connection to the specified server is