]> granicus.if.org Git - php/commitdiff
fix and update NEWS
authorAnatol Belski <ab@php.net>
Thu, 17 Mar 2016 18:02:08 +0000 (19:02 +0100)
committerAnatol Belski <ab@php.net>
Thu, 17 Mar 2016 18:02:08 +0000 (19:02 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 9a200f9a10ae737bc8e5413ea7a9113bde31de2f..c2cca344e1bac1e311e3e3ac21faee087e30082f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,17 @@ PHP                                                                        NEWS
 - Core: 
   . Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence)
 
+- ODBC:
+  . Fixed bug #63171 (Script hangs after max_execution_time). (Remi)
+
 - Opcache:
   . Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER).
     (Laruence)
 
+- Postgres:
+  . Fixed bug #71820 (pg_fetch_object binds parameters before
+    call constructor). (Anatol)
+
 - Standard:
   . Fixed bug #71840 (Unserialize accepts wrongly data). (Ryat, Laruence)