Skip to content

Commit 82fe4a2

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix skip condition of gh13082.phpt
2 parents e38d510 + 02a60be commit 82fe4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/tests/gh13082.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid G
33
--EXTENSIONS--
44
gd
55
--SKIPIF--
6-
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
6+
<?php if (pack('i', 0x01020304) !== "\x04\x03\x02\x01") die('skip unsupported platform'); ?>
77
--FILE--
88
<?php
99
$font = imageloadfont(__DIR__ . "/gh13082.gdf");

0 commit comments

Comments
 (0)