]> granicus.if.org Git - php/commitdiff
Update NEWS file
authorPierrick Charron <pierrick@php.net>
Sat, 22 Dec 2012 00:19:25 +0000 (19:19 -0500)
committerPierrick Charron <pierrick@php.net>
Sat, 22 Dec 2012 00:19:25 +0000 (19:19 -0500)
NEWS

diff --git a/NEWS b/NEWS
index bb3a7df4704b1354690324e3dc20c76d38bcff66..8dcd896a5041369536682ef16ca540258d6f582d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ PHP                                                                        NEWS
     (Johannes)
 
 - cURL extension:
+  . Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for
+    CURLOPT_SSL_VERIFYHOST). (Pierrick)
+  . Fixed bug #63352 (Can't enable hostname validation when using curl stream
+    wrappers). (Pierrick)
   . Fixed bug #55438 (Curlwapper is not sending http header randomly).
     (phpnet@lostreality.org, Pierrick)