Skip to content

Commit 5517cb0

Browse files
committed
Merge branch 'PHP-8.3'
2 parents fe064d7 + cb97e7d commit 5517cb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/gd/tests/gh13082.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object.
33
--EXTENSIONS--
44
gd
5+
--SKIPIF--
6+
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
57
--FILE--
68
<?php
79
$font = imageloadfont(__DIR__ . "/gh13082.gdf");

0 commit comments

Comments
 (0)