From eeabadebc9d846ca8da5c35ebcbec6ec1c2923ba Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 9 Sep 2004 10:21:00 +0000 Subject: [PATCH] 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 --- appendices/wrappers.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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