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
This commit is contained in:
Daniel Beckham 2001-06-28 15:46:49 +00:00
parent a543194148
commit 7e2c80fd15

View file

@ -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.
</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
@ -2292,6 +2296,10 @@ $fp = popen ("/bin/ls", "r");
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://"
(not case sensitive), an ftp connection to the specified server is