diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 18c600baa8..de2cb654af 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -155,15 +155,6 @@ foreach(stream_get_meta_data($fp) as $response) { Since PHP 4.3.0, the headers are available using stream_get_meta_data. - - Transfer-Encoding: chunked - - As of PHP 5.1.0, if the remote server sends - Transfer-Encoding: chunked in the response - headers, PHP will automatically apply a chunked decode filter - to the content returned. - - 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) { GET - - protocol_version PHP >= 5.1.0 - HTTP protocol version (typically 1.0 - or 1.1 to send with the request line. - - 1.0 - header Additional headers to be sent during request. Values