mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a543194148
commit
7e2c80fd15
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue