From a592526473d5f0ede77ad647c66583a5b9b733da Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 8 May 2026 13:42:56 -0400 Subject: [PATCH] ext/gd/tests/gh17349.phpt: require PNG support This test loads a PNG image, so if an external libgd is being used, it has to support PNG. --- ext/gd/tests/gh17349.phpt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/gd/tests/gh17349.phpt b/ext/gd/tests/gh17349.phpt index cd0fc4317b59..ae40ecc6e42f 100644 --- a/ext/gd/tests/gh17349.phpt +++ b/ext/gd/tests/gh17349.phpt @@ -2,6 +2,12 @@ GH-17349 (Tiled truecolor filling looses single color transparency) --EXTENSIONS-- gd +--SKIPIF-- + --FILE--