Skip to content

Commit 7ba7b30

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/gd: Fix phpGH-19955 unit test.
2 parents d4946a5 + 1b220cb commit 7ba7b30

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)