]> granicus.if.org Git - php/commitdiff
add missing NEWS entry
authorFerenc Kovacs <tyrael@php.net>
Wed, 11 May 2016 21:29:23 +0000 (23:29 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 11 May 2016 21:29:23 +0000 (23:29 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 5e14f9864ff59cef5a6e292603b8e558eeb43ab5..3cf7aa2927e1aa0184ec3291d5d9ae1836be271a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,16 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.22
+?? ??? 2016, PHP 5.6.23
 
- - Core:
+26 May 2016, PHP 5.6.22
+
+- Core:
   . Fixed bug #72172 (zend_hex_strtod should not use strlen).
     (bwitz at hotmail dot com )
 
+- Intl
+  . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
+
 - Postgres:
   . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)