Skip to content

Commit f1a5c53

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: ext/gd: Fix phpGH-19955 unit test.
2 parents aa7265b + 3c063ab commit f1a5c53

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)