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

diff --git a/NEWS b/NEWS
index 5ffad7624a65bbcbf75aba8ae5625d09b5fb688e..37f8e81b06d8bd9af7ff2c091e78d2263e01bbf6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ 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).