tyrael                                   Mon, 16 May 2011 23:28:46 +0000

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

Log:
removing XFAIL as #39863 has already been fixed

Bug: http://bugs.php.net/39863 (Assigned) file_exists() silently truncates 
after a null byte
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug39863.phpt
    U   php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug39863.phpt
    U   php/php-src/trunk/ext/standard/tests/file/bug39863.phpt

Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug39863.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug39863.phpt  
2011-05-16 23:22:17 UTC (rev 311113)
+++ php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug39863.phpt  
2011-05-16 23:28:46 UTC (rev 311114)
@@ -16,8 +16,6 @@
 ?>
 ===DONE===
 <?php exit(0); ?>
---XFAIL--
-Needs bug #39863 fixed
 --EXPECT--
 PASS
 ===DONE===

Modified: php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug39863.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug39863.phpt  
2011-05-16 23:22:17 UTC (rev 311113)
+++ php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug39863.phpt  
2011-05-16 23:28:46 UTC (rev 311114)
@@ -16,8 +16,6 @@
 ?>
 ===DONE===
 <?php exit(0); ?>
---XFAIL--
-Needs bug #39863 fixed
 --EXPECT--
 PASS
 ===DONE===

Modified: php/php-src/trunk/ext/standard/tests/file/bug39863.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/bug39863.phpt     2011-05-16 
23:22:17 UTC (rev 311113)
+++ php/php-src/trunk/ext/standard/tests/file/bug39863.phpt     2011-05-16 
23:28:46 UTC (rev 311114)
@@ -16,8 +16,6 @@
 ?>
 ===DONE===
 <?php exit(0); ?>
---XFAIL--
-Needs bug #39863 fixed
 --EXPECT--
 PASS
 ===DONE===

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

Reply via email to