mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
php 5.1 stuff was removed from cvs..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168230 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc24cb93a4
commit
eeabadebc9
1 changed files with 1 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.44 $ -->
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -155,15 +155,6 @@ foreach(stream_get_meta_data($fp) as $response) {
|
|||
Since PHP 4.3.0, the headers are available using
|
||||
<function>stream_get_meta_data</function>.
|
||||
</simpara>
|
||||
<note>
|
||||
<title>Transfer-Encoding: chunked</title>
|
||||
<simpara>
|
||||
As of PHP 5.1.0, if the remote server sends
|
||||
<literal>Transfer-Encoding: chunked</literal> in the response
|
||||
headers, PHP will automatically apply a chunked decode filter
|
||||
to the content returned.
|
||||
</simpara>
|
||||
</note>
|
||||
<simpara>
|
||||
HTTP connections are read-only; you cannot write data or copy
|
||||
files to an HTTP resource.
|
||||
|
@ -248,13 +239,6 @@ foreach(stream_get_meta_data($fp) as $response) {
|
|||
</entry>
|
||||
<entry><constant>GET</constant></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>protocol_version</literal> PHP >= 5.1.0</entry>
|
||||
<entry>HTTP protocol version (typically <literal>1.0</literal>
|
||||
or <literal>1.1</literal> to send with the request line.
|
||||
</entry>
|
||||
<entry><literal>1.0</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>header</literal></entry>
|
||||
<entry>Additional headers to be sent during request. Values
|
||||
|
|
Loading…
Reference in a new issue