summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-26 23:12:49 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-26 23:12:49 +0100
commit543ad4b2d3f000510769d0d739ef129c792c1e24 (patch)
tree9300fe17a430907e832315b0b02463ad7c4d7440
parent247774e3fdf3df129fbd3172d799376cd5af85af (diff)
downloadphp-git-543ad4b2d3f000510769d0d739ef129c792c1e24.tar.gz
#68446 is fixed
-rw-r--r--NEWS2
-rw-r--r--Zend/tests/bug68446.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bf832d5591..565a90bc0b 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,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).
diff --git a/Zend/tests/bug68446.phpt b/Zend/tests/bug68446.phpt
index 0b41c29ed2..48e6f52f1c 100644
--- a/Zend/tests/bug68446.phpt
+++ b/Zend/tests/bug68446.phpt
@@ -1,7 +1,5 @@
--TEST--
Bug #68446 (Array constant not accepted for array parameter default)
---XFAIL--
-Not fixed yet as of 5.6.4rc1
--FILE--
<?php
const FOO = [1];