1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

Revert NEWS and set test to XFAIL

This commit is contained in:
Bob Weinand
2014-11-25 12:27:17 +01:00
parent aba95c2399
commit 0ca47ba8d8
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -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).

View 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];