summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2012-02-08 15:07:28 +0000
committerXinchen Hui <laruence@php.net>2012-02-08 15:07:28 +0000
commit2e61d04f49a12fa76e4669a13f9fea110578de5f (patch)
tree6b2fb90eccf5c7a79a805088129b8db9836e36dc
parent3f23b111515f50e1a273561b7400c33c9f268c0a (diff)
downloadphp-git-2e61d04f49a12fa76e4669a13f9fea110578de5f.tar.gz
decrescent order
#<Felipe> laruence: yes, we used to use decrescent order of bug id in the NEWS entry.
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 36b5b00023..3e269e8084 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
+ . 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)
- . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).
- (Laruence)
- Firebird Database extension (ibase):
. Fixed bug #60802 (ibase_trans() gives segfault when passing params).