]> git.pld-linux.org Git - packages/php.git/commitdiff
- one more inode test to skip due overflow
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Aug 2010 13:29:09 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bug-52078-fileinode.patch -> 1.4

bug-52078-fileinode.patch

index 28bc612f471b69d67265fa87d1712503a56824c9..9e1c0710e094168c497ab82a9a119c49d02d3220 100644 (file)
 +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.629412 seconds and 4 git commands to generate.