From: Lars Westermann Date: Sat, 3 Nov 2007 20:56:58 +0000 (+0000) Subject: PDO_Firebird bugfixes X-Git-Tag: RELEASE_1_3_1~749 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1ce41ac349ae8d8fbd93f7504db960a91074fe2;p=php PDO_Firebird bugfixes --- diff --git a/NEWS b/NEWS index 5d8b2489a0..582ab68364 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 20??, PHP 5.3.0 +- Added 3 Firebird specific attributes that can be set via PDO::setAttribute() + to control formatting of date/timestamp columns: PDO::FB_ATTR_DATE_FORMAT, + PDO::FB_ATTR_TIME_FORMAT and PDO::FB_ATTR_TIMESTAMP_FORMAT. - Added gmp_testbit() function from HEAD. (Stas) - Added CGI SAPI -T option, to measure execution time of script repeated several times. (Dmitry) @@ -56,7 +59,14 @@ PHP NEWS - Fixed bug #42509 (gmp leaks memory when gmp_init() not used). (Stas) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters). (Jani) +- Fixed bug #41522 (PDO firebird driver returns null if it fails to connect). + (Lars W) +- Fixed bug #39822 (new PDO() doesn't work with firebird). (Lars W) +- Fixed bug #39700 (NUMERIC error when result precision are 7,8 or 12-14 ). + (Lars W) - Fixed bug #37911 (preg_replace_callback() ignores named groups). (Nuno) +- Fixed bug #36128 (Interbase PDO - timestamp columns return NULL). (Lars W) +- Fixed bug #35386 (firebird: first row is null). (Lars W) - Fixed bug #35163 (Array elements can lose references). (Dmitry) - Fixed bug #27372 (parse error loading browscap.ini at apache startup). (Jani)