mariuz Tue, 10 Jan 2012 13:42:14 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=322021
Log: Added fixes Pdo Firebird bugs to the NEWS file Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS =================================================================== --- php/php-src/branches/PHP_5_4/NEWS 2012-01-10 13:33:01 UTC (rev 322020) +++ php/php-src/branches/PHP_5_4/NEWS 2012-01-10 13:42:14 UTC (rev 322021) @@ -6,6 +6,12 @@ . Restoring $_SERVER['REQUEST_TIME'] as a long and introducing $_SERVER['REQUEST_TIME_FLOAT'] to include microsecond precision. (Patrick) +- Pdo Firebird: + . Fixed bug #47415 (segfaults when passing lowercased column name to + bindColumn). (Mariuz) + . Fixed bug #53280 (segfaults if query column count less than param count). + (Mariuz) + 07 Jan 2012, PHP 5.4.0 RC5 - Core: . Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax). (Dmitry)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php