We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95589fe commit 6ed2373Copy full SHA for 6ed2373
ext/gd/tests/bug77272.phpt
@@ -5,8 +5,6 @@ memory_limit=-1
5
--SKIPIF--
6
<?php
7
if (!extension_loaded('gd')) die('skip gd extension not available');
8
-if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
9
-if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.5', '<=')) die('skip upstream fix not yet released');
10
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
11
?>
12
--FILE--
0 commit comments