]> granicus.if.org Git - php/commitdiff
fix NEWS
authorRemi Collet <remi@php.net>
Thu, 17 Mar 2016 12:53:42 +0000 (13:53 +0100)
committerRemi Collet <remi@php.net>
Thu, 17 Mar 2016 12:53:42 +0000 (13:53 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 37f8e81b06d8bd9af7ff2c091e78d2263e01bbf6..fc7722a853a784d907f7ccb261c0a56f6ec492a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ PHP                                                                        NEWS
 - Standard:
   . Fixed bug #71840 (Unserialize accepts wrongly data). (Ryat, Laruence)
 
+- ODBC:
+  . Fixed bug #63171 (Script hangs after max_execution_time). (Remi)
+
 31 Marc 2016, PHP 5.6.20
 
 - CLI Server:
@@ -26,7 +29,6 @@ PHP                                                                        NEWS
 - ODBC:
   . Fixed bug #47803, #69526 (Executing prepared statements is succesfull only
     for the first two statements). (einavitamar at gmail dot com, Anatol)
-  . Fixed bug #63171 (Script hangs after max_execution_time). (Remi)
 
 - PDO_DBlib:
   . Bug #54648 (PDO::MSSQL forces format of datetime fields).