diff options
-rw-r--r-- | ext/standard/tests/file/bug72114.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
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-- +<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?> --FILE-- <?php ini_set('memory_limit', "2500M"); |