1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

decrescent order

#<Felipe> laruence: yes, we used to use decrescent order of bug id in the NEWS entry.
This commit is contained in:
Xinchen Hui
2012-02-08 15:07:28 +00:00
parent 3f23b11151
commit 2e61d04f49
+7 -7
View File
@@ -9,15 +9,15 @@ PHP NEWS
. Fixed bug #54682 (tidy null pointer dereference). (Tony, David Soria Parra)
- Core:
. Fixed bug #60227 (header() cannot detect the multi-line header with CR).
(rui, Gustavo)
. Fixed bug #60825 (Segfault when running symfony 2 tests).
(Dmitry, Laruence)
. Fix bug #60895 (Possible invalid handler usage in windows random
functions). (Pierre)
. Fixed bug #51860 (Include fails with toplevel symlink to /). (Dmitry)
. Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).
(Laruence)
. Fix bug #60895 (Possible invalid handler usage in windows random
functions). (Pierre)
. Fixed bug #60825 (Segfault when running symfony 2 tests).
(Dmitry, Laruence)
. Fixed bug #60227 (header() cannot detect the multi-line header with CR).
(rui, Gustavo)
. Fixed bug #51860 (Include fails with toplevel symlink to /). (Dmitry)
- Firebird Database extension (ibase):
. Fixed bug #60802 (ibase_trans() gives segfault when passing params).