Clarify TIMEOUT_MS (doc bug #53331)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308205 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2011-02-10 15:24:02 +00:00
parent d78c0a4f33
commit 22bdd06b74

View file

@ -440,6 +440,10 @@
<entry valign="top">
The number of milliseconds to wait while trying to connect. Use 0 to
wait indefinitely.
<!-- http://curl.haxx.se/libcurl/c/curl_easy_setopt.html -->
If libcurl is built to use the standard system name resolver, that
portion of the connect will still use full-second resolution for
timeouts with a minimum timeout allowed of one second.
</entry>
<entry valign="top">
Added in cURL 7.16.2. Available since PHP 5.2.3.
@ -700,6 +704,10 @@
<entry valign="top">
The maximum number of milliseconds to allow cURL functions to
execute.
<!-- http://curl.haxx.se/libcurl/c/curl_easy_setopt.html -->
If libcurl is built to use the standard system name resolver, that
portion of the connect will still use full-second resolution for
timeouts with a minimum timeout allowed of one second.
</entry>
<entry valign="top">
Added in cURL 7.16.2. Available since PHP 5.2.3.