mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Added fixes Pdo Firebird bugs to the NEWS file
This commit is contained in:
parent
9425379852
commit
bcb8931452
6
NEWS
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user