nlopess         Thu Sep  9 06:21:05 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       wrappers.xml 
  Log:
  php 5.1 stuff was removed from cvs..
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.44&r2=1.45&ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.44 phpdoc/en/appendices/wrappers.xml:1.45
--- phpdoc/en/appendices/wrappers.xml:1.44      Wed Sep  8 13:18:28 2004
+++ phpdoc/en/appendices/wrappers.xml   Thu Sep  9 06:21:00 2004
@@ -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 @@
    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.
@@ -247,13 +238,6 @@
         any other HTTP method supported by the remote server.
        </entry>
        <entry><constant>GET</constant></entry>
-      </row>
-      <row>
-       <entry><literal>protocol_version</literal> PHP &gt;= 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>

Reply via email to