]> granicus.if.org Git - php/commitdiff
PDO_Firebird bugfixes
authorLars Westermann <lwe@php.net>
Sat, 3 Nov 2007 20:56:58 +0000 (20:56 +0000)
committerLars Westermann <lwe@php.net>
Sat, 3 Nov 2007 20:56:58 +0000 (20:56 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5d8b2489a08e13ece37b37acdb1d31c95fca5788..582ab68364f79673b01591f4704b96fadb4663ab 100644 (file)
--- 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)