From: Popa Adrian Marius Date: Tue, 10 Jan 2012 13:42:14 +0000 (+0000) Subject: Added fixes Pdo Firebird bugs to the NEWS file X-Git-Tag: php-5.4.0RC6~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcb89314523f36068e0303759326b97b7b76b03b;p=php Added fixes Pdo Firebird bugs to the NEWS file --- diff --git a/NEWS b/NEWS index 7a084519a5..bbb6334b2c 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,12 @@ PHP NEWS . 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)