added fixed Pdo Firebird bugs to the NEWS section
authorPopa Adrian Marius <mariuz@php.net>
Tue, 10 Jan 2012 06:53:37 +0000 (06:53 +0000)
committerPopa Adrian Marius <mariuz@php.net>
Tue, 10 Jan 2012 06:53:37 +0000 (06:53 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d2c26ebf8250692b9d8fc5651360de68a5924985..6d57533426cecc7b21dc5c35d597dc740550ac05 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2012, PHP 5.3.9
 
+- Pdo Firebird:
+  . Fixed bug #47415 (PDO_Firebird segfaults when passing lowercased column name to bindColumn).
+  . Fixed bug #53280 (PDO_Firebird segfaults if query column count less than param count).
+    (Mariuz)
+
 22 Dec 2011, PHP 5.3.9RC4
 
 - Core: