Skip to content

Commit 1b220cb

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: ext/gd: Fix phpGH-19955 unit test.
2 parents 1a74e9b + f1a5c53 commit 1b220cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/gd/tests/gh19955.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ GH-19955: (imagefttext() memory leak)
44
gd
55
--CREDITS--
66
YuanchengJiang
7+
--SKIPIF--
8+
<?php
9+
if(!function_exists('imagefttext')) die('skip imagefttext() not available');
10+
?>
711
--FILE--
812
<?php
913
ini_set('error_reporting', E_ALL&~E_WARNING);

0 commit comments

Comments
 (0)