From: Remi Collet Date: Wed, 25 May 2016 14:17:12 +0000 (+0200) Subject: Skip test which is 64bits only X-Git-Tag: php-7.0.8RC1~40^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce932f6479a185d7f7f8a6d1eb9f735bbcadf001;p=php Skip test which is 64bits only Diff from test output 001+ Warning: fread(): Length parameter must be greater than 0 in ... 001- Warning: fread(): Length parameter must be no more than 2147483647 in ... --- diff --git a/ext/standard/tests/file/bug72114.phpt b/ext/standard/tests/file/bug72114.phpt index f0f11c1dea..45570a3379 100644 --- a/ext/standard/tests/file/bug72114.phpt +++ b/ext/standard/tests/file/bug72114.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #72114 (Integer underflow / arbitrary null write in fread/gzread) +--SKIPIF-- + --FILE--