From 174a7fe6f95a6f0d2c53e49489272afecc2ca27c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 23 Feb 2025 22:35:55 -0500 Subject: [PATCH] Fix GH-17891 gh17373.phpt test issue without freetype support skip if imagefttext() is not available This test calls imagefttext(), which may not be available if libgd was built without freetype support. Closes GH-17910 --- ext/gd/tests/gh17373.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/gd/tests/gh17373.phpt b/ext/gd/tests/gh17373.phpt index 354cdd07362..f62c74fbd3e 100644 --- a/ext/gd/tests/gh17373.phpt +++ b/ext/gd/tests/gh17373.phpt @@ -2,6 +2,10 @@ Bug GH-17373 (imagefttext() ignores clipping rect for palette images) --EXTENSIONS-- gd +--SKIPIF-- + --FILE--