From 12c2f088c93420d0400681171b771ecd9c6fdaa3 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. --- 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 a4b58e403cf40..30787bfc11c3d 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--