]> granicus.if.org Git - php/commitdiff
Revert NEWS and set test to XFAIL
authorBob Weinand <bobwei9@hotmail.com>
Tue, 25 Nov 2014 11:27:17 +0000 (12:27 +0100)
committerBob Weinand <bobwei9@hotmail.com>
Tue, 25 Nov 2014 11:27:17 +0000 (12:27 +0100)
NEWS
Zend/tests/bug68446.phpt

diff --git a/NEWS b/NEWS
index 52768d60968bc0ddb7340e9697b21f571619abc8..5ae6d21b961ae0f03139af58eb198c79190cd0ab 100644 (file)
--- 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).
index 48e6f52f1cc7c3926841cc12acc55eed6e666ab0..0b41c29ed28656b7fb133f6d3a19ba3fbd0f1b75 100644 (file)
@@ -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];