felipe Fri, 28 Jan 2011 20:41:54 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=307829
Log: - Fixed bug #53867 (Test failure) patch by: rquadling at php.net Bug: http://bugs.php.net/53867 (Open) Test failure. Changed paths: U php/php-src/branches/PHP_5_3/ext/zip/tests/stream_meta_data.phpt U php/php-src/trunk/ext/zip/tests/stream_meta_data.phpt Modified: php/php-src/branches/PHP_5_3/ext/zip/tests/stream_meta_data.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/zip/tests/stream_meta_data.phpt 2011-01-28 20:27:32 UTC (rev 307828) +++ php/php-src/branches/PHP_5_3/ext/zip/tests/stream_meta_data.phpt 2011-01-28 20:41:54 UTC (rev 307829) @@ -64,7 +64,7 @@ ["seekable"]=> bool(false) ["uri"]=> - string(%d) "zip:///%stest_with_comment.zip#foo" + string(%d) "zip://%stest_with_comment.zip#foo" ["timed_out"]=> bool(false) ["blocked"]=> Modified: php/php-src/trunk/ext/zip/tests/stream_meta_data.phpt =================================================================== --- php/php-src/trunk/ext/zip/tests/stream_meta_data.phpt 2011-01-28 20:27:32 UTC (rev 307828) +++ php/php-src/trunk/ext/zip/tests/stream_meta_data.phpt 2011-01-28 20:41:54 UTC (rev 307829) @@ -64,7 +64,7 @@ ["seekable"]=> bool(false) ["uri"]=> - string(%d) "zip:///%stest_with_comment.zip#foo" + string(%d) "zip://%stest_with_comment.zip#foo" ["timed_out"]=> bool(false) ["blocked"]=>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php