summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).