From 7c2c39378e3c9e68c628979f934fe1dcd2d44098 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 May 2007 19:28:13 +0000 Subject: [PATCH] YACC - Add a note on CURLOPT_FOLLOWLOCATION & openbase_dir/safe_mode git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236155 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 18 +++++++++++++++++- reference/curl/constants.xml | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 6297e40731..de2c7013d4 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -1594,6 +1594,22 @@ $obj->getCommentName(''); Added in PHP 5.2.1. + + + CURLOPT_TIMEOUT_MS + + + Added in PHP 5.2.3 + + + + + CURLOPT_CONNECTTIMEOUT_MS + + + Added in PHP 5.2.3 + + GMP: diff --git a/reference/curl/constants.xml b/reference/curl/constants.xml index 2a67778b8b..b122b0011c 100644 --- a/reference/curl/constants.xml +++ b/reference/curl/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -379,7 +379,8 @@ - + This constant is not available when opendbase_dir or safe_mode are + enabled. @@ -476,6 +477,20 @@ + + + + CURLOPT_TIMEOUT_MS + (integer) + + + + + + + + + @@ -997,6 +1012,21 @@ + + + + + CURLOPT_CONNECTTIMEOUT_MS + (integer) + + + + + + + + +