summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-26 23:20:45 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-26 23:20:45 +0100
commit25b119ef62244741cbd38a385be6347099dc8a6a (patch)
treeeeb673beaa9dc31b4137a74be771ff3d20ce2a7d
parentbddacad8a9d882ff0206964d79912eab72e4b80d (diff)
downloadphp-git-25b119ef62244741cbd38a385be6347099dc8a6a.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2458225b4f..a1cc58b5fb 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ PHP NEWS
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
. Fixed bug #68422 (Incorrect argument reflection info for array_multisort()).
(Alexander Lisachenko)
+ . Fixed bug #68446 (Array constant not accepted for array parameter default).
+ (Bob, Dmitry)
- FPM:
. Fixed bug #68381 (fpm_unix_init_main ignores log_level).