summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2012-10-12 19:48:30 -0300
committerFelipe Pena <felipensp@gmail.com>2012-10-12 19:48:30 -0300
commitc8cc0cde34879647a1d7f957e745ff4de74e7b98 (patch)
treea8684fc13a788b510a63a085e31dcc15a5fb2477
parent9a6bc885652e0f9ecf2cea1d0c741cd91a1477c6 (diff)
downloadphp-git-c8cc0cde34879647a1d7f957e745ff4de74e7b98.tar.gz
- BFN
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7f600a8da..475eec6160 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,10 @@ PHP NEWS
DBQUOTEDIDENT, 1)). (Laruence)
. Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
(Martin Osvald, Remi)
+
+- PDO Firebird:
+ . Fixed bug #63214 (Large PDO Firebird Queries).
+ (james at kenjim dot com)
- SOAP
. Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).