From: Popa Adrian Marius Date: Tue, 10 Jan 2012 06:53:37 +0000 (+0000) Subject: added fixed Pdo Firebird bugs to the NEWS section X-Git-Tag: php-5.3.9~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24e071c02195668223efb4fcf4e1d6f2ce1da8ad;p=php added fixed Pdo Firebird bugs to the NEWS section --- diff --git a/NEWS b/NEWS index d2c26ebf82..6d57533426 100644 --- 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: