]> granicus.if.org Git - php/commitdiff
update NEWS
authorXinchen Hui <laruence@php.net>
Mon, 9 Jul 2012 00:44:59 +0000 (08:44 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 9 Jul 2012 00:44:59 +0000 (08:44 +0800)
NEWS

diff --git a/NEWS b/NEWS
index a0763aeb126f0f5884f4f049ca54cc8971ebaba9..3d91e502f8d0fc2a24196875a47a9e49bce3b315 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,16 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2012, PHP 5.4.6
 
-- SimpleXML:
-  . Implemented FR #55218 Get namespaces from current node. (Lonny)
+- CURL:
+  . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
+    (r.hampartsumyan@gmail.com, Laruence)
 
 - DateTime:
   . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence)
 
+- SimpleXML:
+  . Implemented FR #55218 Get namespaces from current node. (Lonny)
+
 ?? ??? 2012, PHP 5.4.5
 
 - Core: