tony2001 Tue May 29 12:22:35 2007 UTC Modified files: /php-src/ext/standard/tests/file bug38450.phpt bug38450_1.phpt filetype_variation.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug38450.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/standard/tests/file/bug38450.phpt diff -u php-src/ext/standard/tests/file/bug38450.phpt:1.2 php-src/ext/standard/tests/file/bug38450.phpt:1.3 --- php-src/ext/standard/tests/file/bug38450.phpt:1.2 Tue Mar 6 20:53:11 2007 +++ php-src/ext/standard/tests/file/bug38450.phpt Tue May 29 12:22:34 2007 @@ -118,7 +118,7 @@ line1 line2 line3 -string(18) "line1 +unicode(18) "line1 line2 line3 " http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug38450_1.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/standard/tests/file/bug38450_1.phpt diff -u php-src/ext/standard/tests/file/bug38450_1.phpt:1.2 php-src/ext/standard/tests/file/bug38450_1.phpt:1.3 --- php-src/ext/standard/tests/file/bug38450_1.phpt:1.2 Tue Mar 6 20:53:11 2007 +++ php-src/ext/standard/tests/file/bug38450_1.phpt Tue May 29 12:22:35 2007 @@ -118,7 +118,7 @@ line1 line2 line3 -string(18) "line1 +unicode(18) "line1 line2 line3 " http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/filetype_variation.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/standard/tests/file/filetype_variation.phpt diff -u php-src/ext/standard/tests/file/filetype_variation.phpt:1.2 php-src/ext/standard/tests/file/filetype_variation.phpt:1.3 --- php-src/ext/standard/tests/file/filetype_variation.phpt:1.2 Fri May 25 13:50:05 2007 +++ php-src/ext/standard/tests/file/filetype_variation.phpt Tue May 29 12:22:35 2007 @@ -5,6 +5,10 @@ if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip no fnmatch() on Windows'); } +if (!function_exists("posix_mkfifo")) { + die("skip no posix_mkfifo()"); +} +?> --FILE-- <?php /*
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php