lwe             Sat Nov  3 20:57:00 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    NEWS 
  Log:
  PDO_Firebird bugfixes
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.39&r2=1.2027.2.547.2.965.2.40&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.39 
php-src/NEWS:1.2027.2.547.2.965.2.40
--- php-src/NEWS:1.2027.2.547.2.965.2.39        Thu Nov  1 22:09:50 2007
+++ php-src/NEWS        Sat Nov  3 20:56:58 2007
@@ -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 @@
 - 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to