scottmac Fri Mar 7 17:17:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: BFN. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.125&r2=1.2027.2.547.2.965.2.126&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.125 php-src/NEWS:1.2027.2.547.2.965.2.126 --- php-src/NEWS:1.2027.2.547.2.965.2.125 Fri Mar 7 14:40:08 2008 +++ php-src/NEWS Fri Mar 7 17:17:00 2008 @@ -152,6 +152,8 @@ - Fixed bug #42637 (SoapFault : Only http and https are allowed). (Bill Moran) - Fixed bug #42548 (mysqli PROCEDURE calls can't return result sets). (hartmut) - Fixed bug #42509 (gmp leaks memory when gmp_init() not used). (Stas) +- Fixed bug #42443 (PDO SQLite driver binds integers and booleans as strings). + (Scott) - Fixed bug #42284 (duplicate of #39700). (Lars W) - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone). (Derick) @@ -160,6 +162,8 @@ - Fixed bug #41599 (setTime() fails after modify() is used). (Derick) - Fixed bug #41522 (PDO firebird driver returns null if it fails to connect). (Lars W) +- Fixed bug #41135 (PDO SQLite driver binds blobs as strings, + use sqlite3_bind_blob() to stop errors with null bytes). (Scott) - Fixed bug #41069 (OCI8: Seg fault with query over DB link) (Chris Jones) - 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 ).
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php