packages: php/bug-52078-fileinode.patch - one more inode test to skip due o...
glen
glen at pld-linux.org
Wed Aug 4 15:29:15 CEST 2010
Author: glen Date: Wed Aug 4 13:29:15 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- one more inode test to skip due overflow
---- Files affected:
packages/php:
bug-52078-fileinode.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/php/bug-52078-fileinode.patch
diff -u packages/php/bug-52078-fileinode.patch:1.3 packages/php/bug-52078-fileinode.patch:1.4
--- packages/php/bug-52078-fileinode.patch:1.3 Tue Aug 3 14:43:03 2010
+++ packages/php/bug-52078-fileinode.patch Wed Aug 4 15:29:09 2010
@@ -390,3 +390,13 @@
+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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/bug-52078-fileinode.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list