summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-03-17 13:40:42 +0100
committerRemi Collet <remi@php.net>2016-03-17 13:40:42 +0100
commitd513b4cde5cdb25ea7f8fcd064ee98a6ffa53322 (patch)
treeb396cbbf24807b832860e29d2fa598829a5391f7
parent407ad28ae5bbdf1c9e4c3ae8fa40a3ec6aeaf34e (diff)
downloadphp-git-d513b4cde5cdb25ea7f8fcd064ee98a6ffa53322.tar.gz
NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ffad7624a..37f8e81b06 100644
--- 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).