bjori Sun Jan 14 17:27:46 2007 UTC
Modified files: /phpdoc/en/appendices wrappers.xml Log: Document protocol_version context option http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/wrappers.xml?r1=1.67&r2=1.68&diff_format=u Index: phpdoc/en/appendices/wrappers.xml diff -u phpdoc/en/appendices/wrappers.xml:1.67 phpdoc/en/appendices/wrappers.xml:1.68 --- phpdoc/en/appendices/wrappers.xml:1.67 Tue Dec 19 22:47:05 2006 +++ phpdoc/en/appendices/wrappers.xml Sun Jan 14 17:27:46 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.67 $ --> +<!-- $Revision: 1.68 $ --> <appendix id="wrappers"> <title>List of Supported Protocols/Wrappers</title> <para> @@ -378,6 +378,13 @@ </entry> <entry>20</entry> </row> + <row> + <entry><literal>protocol_version</literal></entry> + <entry> + HTTP protocol version. Added in PHP 5.1.0. + </entry> + <entry>1.0</entry> + </row> </tbody> </tgroup> </table>