]> granicus.if.org Git - php/commitdiff
Fixed NEWS.
authorDerick Rethans <github@derickrethans.nl>
Sun, 2 Mar 2014 18:27:35 +0000 (13:27 -0500)
committerDerick Rethans <github@derickrethans.nl>
Sun, 2 Mar 2014 18:27:35 +0000 (13:27 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 59c379dcd6173a3f9cdc33de11b8351d0e138232..772a6854478b31ef4533e0395629fb7b8b4dc2fd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -669,6 +669,12 @@ spaces) (willfitch, iliaa)
     CURLOPT_RTSP_REQUEST, CURLOPT_RESOLVE, CURLOPT_ACCEPT_ENCODING,
     CURLOPT_TRANSFER_ENCODING, CURLOPT_DNS_SERVERS and CURLOPT_USE_SSL.
     (Pierrick)
+  . Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
+    curl_pause, curl_reset, curl_share_close, curl_share_init,
+    curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
+  . Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
+    CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
+    CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
   . Fixed bug #55635 (CURLOPT_BINARYTRANSFER no longer used. The constant
     still exists for backward compatibility but is doing nothing). (Pierrick)
   . Fixed bug #54995 (Missing CURLINFO_RESPONSE_CODE support). (Pierrick)
@@ -676,12 +682,6 @@ spaces) (willfitch, iliaa)
 - DateTime
   . Added DateTimeImmutable - a variant of DateTime that only returns the
     modified state instead of changing itself. (Derick)
-  . Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
-    curl_pause, curl_reset, curl_share_close, curl_share_init,
-    curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
-  . Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
-    CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
-    CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
   . Fixed bug #64825 (Invalid free when unserializing DateTimeZone).
     (Anatol)
   . Fixed bug #64359 (strftime crash with VS2012). (Anatol)