1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

added fixed Pdo Firebird bugs to the NEWS section

This commit is contained in:
Popa Adrian Marius
2012-01-10 06:53:37 +00:00
parent b69f55c12e
commit 24e071c021
+5
View File
@@ -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: