]> granicus.if.org Git - php/commitdiff
Added NEWS entry missed while doing merge
authorXinchen Hui <laruence@gmail.com>
Thu, 12 May 2016 05:48:24 +0000 (13:48 +0800)
committerXinchen Hui <laruence@gmail.com>
Thu, 12 May 2016 05:48:24 +0000 (13:48 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 7472654778f8ec504ee2daf402ba5c124ecc356d..7c3bec580843fbd8f6f795acd94a69d103d5418c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,16 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2016 PHP 7.0.8
 
-- Postgres:
-  . Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free). (Laruence)
+- Intl
+  . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
 
 - PDO_pgsql:
   . Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound).
     (Laruence)
 
+- Postgres:
+  . Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free). (Laruence)
+
 - Standard:
   . Fixed bug #72193 (dns_get_record returns array containing elements of
     type 'unknown'). (Laruence)