From 22bdd06b749b09fc277d27623e461de6f04b7e69 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 10 Feb 2011 15:24:02 +0000 Subject: [PATCH] Clarify TIMEOUT_MS (doc bug #53331) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308205 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/curl/functions/curl-setopt.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/curl/functions/curl-setopt.xml b/reference/curl/functions/curl-setopt.xml index fd0ad342c8..7e7e0ac74e 100644 --- a/reference/curl/functions/curl-setopt.xml +++ b/reference/curl/functions/curl-setopt.xml @@ -440,6 +440,10 @@ The number of milliseconds to wait while trying to connect. Use 0 to wait indefinitely. + + 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. Added in cURL 7.16.2. Available since PHP 5.2.3. @@ -700,6 +704,10 @@ The maximum number of milliseconds to allow cURL functions to execute. + + 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. Added in cURL 7.16.2. Available since PHP 5.2.3.