moriyoshi               Fri Nov 14 04:01:48 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/standard/tests/file    001.phpt 
  Log:
  MFH(r-1.10): ctime (#10) may differ on several filesystems.
  
  
Index: php-src/ext/standard/tests/file/001.phpt
diff -u php-src/ext/standard/tests/file/001.phpt:1.7.2.1 
php-src/ext/standard/tests/file/001.phpt:1.7.2.2
--- php-src/ext/standard/tests/file/001.phpt:1.7.2.1    Sun Feb  9 08:20:34 2003
+++ php-src/ext/standard/tests/file/001.phpt    Fri Nov 14 04:01:47 2003
@@ -58,7 +58,7 @@
 $ls = lstat ('test.link');
 for ($i = 0; $i <= 11; $i++) {
     if ($ls[$i] != $s[$i]) {
-       if ($i != 6 && $i != 11) echo "test.link lstat and stat differ at element 
$i\n";
+       if ($i != 6 && $i != 10 && $i != 11) echo "test.link lstat and stat differ at 
element $i\n";
     }
 }
 echo "test.file is " . filetype('test.file') . "\n";
@@ -131,7 +131,6 @@
 test.link lstat and stat differ at element 7
 test.link lstat and stat differ at element 8
 test.link lstat and stat differ at element 9
-test.link lstat and stat differ at element 10
 test.file is file
 test.link is link
 test.file permissions are 0744

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

Reply via email to