nlopess Fri Jan 26 00:05:07 2007 UTC
Modified files: /phpdoc/en/appendices wrappers.xml Log: add http's timeout context http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/wrappers.xml?r1=1.68&r2=1.69&diff_format=u Index: phpdoc/en/appendices/wrappers.xml diff -u phpdoc/en/appendices/wrappers.xml:1.68 phpdoc/en/appendices/wrappers.xml:1.69 --- phpdoc/en/appendices/wrappers.xml:1.68 Sun Jan 14 17:27:46 2007 +++ phpdoc/en/appendices/wrappers.xml Fri Jan 26 00:05:07 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.68 $ --> +<!-- $Revision: 1.69 $ --> <appendix id="wrappers"> <title>List of Supported Protocols/Wrappers</title> <para> @@ -385,6 +385,14 @@ </entry> <entry>1.0</entry> </row> + <row> + <entry><literal>timeout</literal></entry> + <entry> + Read timeout in seconds, specified by a <type>float</type> (e.g. + <literal>10.5</literal>). Added in PHP 5.2.1. + </entry> + <entry><link linkend="ini.default-socket-timeout">default_socket_timeout</link></entry> + </row> </tbody> </tgroup> </table>