]> git.pld-linux.org Git - packages/php.git/blobdiff - bug-52078-fileinode.patch
- fix without embed install
[packages/php.git] / bug-52078-fileinode.patch
index 28bc612f471b69d67265fa87d1712503a56824c9..151f4ed07a30c512e72e890cf97879e355a1cf92 100644 (file)
  - Iteration 5 -
  
  Warning: fileinode(): stat failed for %s//fileinode_variation3/*.tmp in %s on line %d
-@@ -75,8 +75,8 @@
- Warning: fileinode(): stat failed for %s/fileinode_variation3/fileinode*.tmp in %s on line %d
- bool(false)
- - Iteration 7 -
--int(%d)
-+int(%i)
- - Iteration 8 -
--int(%d)
-+int(%i)
- *** Done ***
 --- php-5.3.3/ext/standard/tests/file/fileinode_basic.phpt~    2007-11-05 19:43:21.000000000 +0200
 +++ php-5.3.3/ext/standard/tests/file/fileinode_basic.phpt     2010-07-26 19:31:43.613553760 +0300
 @@ -28,9 +28,9 @@
 +int(%i)
  *** Finished testing open_basedir configuration [fileinode] ***
  
+--- php-5.3.3/ext/spl/tests/SplFileInfo_getInode_basic.phpt~   2010-08-04 16:25:21.000000000 +0300
++++ php-5.3.3/ext/spl/tests/SplFileInfo_getInode_basic.phpt    2010-08-04 16:28:32.722932851 +0300
+@@ -11,6 +11,7 @@
+ --SKIPIF--
+ <?php
+ if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
++if (PHP_INT_SIZE == 4) die("skip this test is for >32bit platform only (inodes overflow there)");
+ ?>
+ --FILE--
+ <?php
This page took 0.307042 seconds and 4 git commands to generate.