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)
- 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)