]> granicus.if.org Git - php/commitdiff
Added fixes Pdo Firebird bugs to the NEWS file
authorPopa Adrian Marius <mariuz@php.net>
Tue, 10 Jan 2012 13:42:14 +0000 (13:42 +0000)
committerPopa Adrian Marius <mariuz@php.net>
Tue, 10 Jan 2012 13:42:14 +0000 (13:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7a084519a5e14e0c6627edbba8e72fca2f92be1d..bbb6334b2cd0596e817e6c71b02b060b5321c210 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ PHP                                                                        NEWS
   . Restoring $_SERVER['REQUEST_TIME'] as a long and introducing
     $_SERVER['REQUEST_TIME_FLOAT'] to include microsecond precision. (Patrick)
 
+- Pdo Firebird:
+  . Fixed bug #47415 (segfaults when passing lowercased column name to 
+    bindColumn). (Mariuz)
+  . Fixed bug #53280 (segfaults if query column count less than param count). 
+    (Mariuz)
+
 07 Jan 2012, PHP 5.4.0 RC5
 - Core:
   . Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax). (Dmitry)