Skip to content

Commit 6ed2373

Browse files
committed
no skip
1 parent 95589fe commit 6ed2373

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/gd/tests/bug77272.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ memory_limit=-1
55
--SKIPIF--
66
<?php
77
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');
108
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
119
?>
1210
--FILE--

0 commit comments

Comments
 (0)