scottmac                                 Thu, 03 Feb 2011 17:07:48 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=307978

Log:
XFAIL these for the moment, Kalle totally broke these in 298241
when removing register_globals

Changed paths:
    U   php/php-src/trunk/ext/mbstring/tests/bug20087.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_parse_str.phpt
    U   php/php-src/trunk/ext/mbstring/tests/mb_parse_str02.phpt

Modified: php/php-src/trunk/ext/mbstring/tests/bug20087.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/bug20087.phpt  2011-02-03 16:47:28 UTC 
(rev 307977)
+++ php/php-src/trunk/ext/mbstring/tests/bug20087.phpt  2011-02-03 17:07:48 UTC 
(rev 307978)
@@ -2,6 +2,8 @@
 Bug #20087 (Assertion failure)
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--XFAIL--
+register_globals calls killed the ability for mb_parse_str() to register into 
the global scope
 --FILE--
 <?php
 ini_set('include_path', dirname(__FILE__));

Modified: php/php-src/trunk/ext/mbstring/tests/mb_parse_str.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_parse_str.phpt      2011-02-03 
16:47:28 UTC (rev 307977)
+++ php/php-src/trunk/ext/mbstring/tests/mb_parse_str.phpt      2011-02-03 
17:07:48 UTC (rev 307978)
@@ -2,6 +2,8 @@
 mb_parse_str()
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--XFAIL--
+register_globals calls killed the ability for mb_parse_str() to register into 
the global scope
 --INI--
 arg_separator.input=&
 --FILE--

Modified: php/php-src/trunk/ext/mbstring/tests/mb_parse_str02.phpt
===================================================================
--- php/php-src/trunk/ext/mbstring/tests/mb_parse_str02.phpt    2011-02-03 
16:47:28 UTC (rev 307977)
+++ php/php-src/trunk/ext/mbstring/tests/mb_parse_str02.phpt    2011-02-03 
17:07:48 UTC (rev 307978)
@@ -2,6 +2,8 @@
 mb_parse_str() test 2
 --SKIPIF--
 <?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
+--XFAIL--
+register_globals calls killed the ability for mb_parse_str() to register into 
the global scope
 --INI--
 arg_separator.input=&#
 --FILE--

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to