]> granicus.if.org Git - php/commitdiff
- BFN
authorFelipe Pena <felipensp@gmail.com>
Sat, 14 Jul 2012 15:27:44 +0000 (12:27 -0300)
committerFelipe Pena <felipensp@gmail.com>
Sat, 14 Jul 2012 15:27:44 +0000 (12:27 -0300)
NEWS

diff --git a/NEWS b/NEWS
index 3d91e502f8d0fc2a24196875a47a9e49bce3b315..7f8704db7af20266032620d84192fae8e2ddec09 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,12 +2,20 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2012, PHP 5.4.6
 
+- Core:
+  . Fixed bug #62565 (Crashes due non-initialized internal properties_table).
+    (Felipe)
+
 - 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)
+  
+- Intl:
+  . Fixed bug #62564 (Extending MessageFormatter and adding property causes 
+    crash). (Felipe)
 
 - SimpleXML:
   . Implemented FR #55218 Get namespaces from current node. (Lonny)