]> granicus.if.org Git - php/commitdiff
new curl constants
authorHannes Magnusson <bjori@php.net>
Tue, 22 May 2007 19:31:07 +0000 (19:31 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 22 May 2007 19:31:07 +0000 (19:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7cd0206e1fb82a0e83fe5a86fb4bf257e47087c4..478f3266354c4a5cfa802861d2b243518bc76868 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ PHP                                                                        NEWS
   makes the function not encode existing html entities. (Ilia)
 - Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set into 
   an associated array. (Ilia)
+- Added CURLOPT_TIMEOUT_MS and CURLOPT_CONNECTTIMEOUT_MS cURL constants. (Sara)
 - Added --ini switch to CLI that prints out configuration file names. (Marcus)
 - Added function mysql_set_charset(). Allows connection encoding to be 
   altered at run time. (Scott)