1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

- update NEWS

This commit is contained in:
Pierre Joye
2012-03-21 07:06:07 +01:00
parent baeaafd395
commit fda25d97ff

3
NEWS
View File

@@ -25,6 +25,9 @@ PHP NEWS
. Fixed bug #60227 (header() cannot detect the multi-line header with CR).
(rui, Gustavo)
. Fixed bug #60222 (time_nanosleep() does validate input params). (Ilia)
. Fixed bug #54374 (Insufficient validating of upload name leading to
corrupted $_FILES indices). (CVE-2012-1172). (Stas, lekensteyn at
gmail dot com, Pierre)
. Fixed bug #52719 (array_walk_recursive crashes if third param of the
function is by reference). (Nikita Popov)
. Fixed bug #51860 (Include fails with toplevel symlink to /). (Dmitry)