From 3c063abba1ee13367664e690dda4970c991bc456 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Mon, 27 Oct 2025 15:11:35 +0000 Subject: [PATCH] ext/gd: Fix GH-19955 unit test. Adding guard for imagefttext() availability. close GH-20309 --- ext/gd/tests/gh19955.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/gd/tests/gh19955.phpt b/ext/gd/tests/gh19955.phpt index a4b58e403cf..30787bfc11c 100644 --- a/ext/gd/tests/gh19955.phpt +++ b/ext/gd/tests/gh19955.phpt @@ -4,6 +4,10 @@ GH-19955: (imagefttext() memory leak) gd --CREDITS-- YuanchengJiang +--SKIPIF-- + --FILE--