summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-11-25 12:27:17 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-11-25 12:27:17 +0100
commit0ca47ba8d812f57d6087cc059c3ebb2c8d300027 (patch)
tree867cbcfb001d49d3c21bf502d1c69f1290191c2f
parentaba95c239986e05bbae87cc1b7195fcf6da094bc (diff)
downloadphp-git-0ca47ba8d812f57d6087cc059c3ebb2c8d300027.tar.gz
Revert NEWS and set test to XFAIL
-rw-r--r--NEWS1
-rw-r--r--Zend/tests/bug68446.phpt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 52768d6096..5ae6d21b96 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,6 @@ 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)
- FPM:
. Fixed bug #68381 (fpm_unix_init_main ignores log_level).
diff --git a/Zend/tests/bug68446.phpt b/Zend/tests/bug68446.phpt
index 48e6f52f1c..0b41c29ed2 100644
--- a/Zend/tests/bug68446.phpt
+++ b/Zend/tests/bug68446.phpt
@@ -1,5 +1,7 @@
--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];