We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bba2dc3 + 8680c3d commit 0078a27Copy full SHA for 0078a27
2 files changed
ext/gd/tests/gh16559.phpt
@@ -2,6 +2,13 @@
2
GH-16559 (UBSan abort in ext/gd/libgd/gd_interpolation.c:1007)
3
--EXTENSIONS--
4
gd
5
+--SKIPIF--
6
+<?php
7
+ if (!GD_BUNDLED) {
8
+ /* external libgd bugs are not our problem */
9
+ die("skip meaningful only for bundled libgd\n");
10
+ }
11
+?>
12
--FILE--
13
<?php
14
$input = imagecreatefrompng(__DIR__ . '/gh10614.png');
ext/gd/tests/gh17349.phpt
@@ -2,6 +2,12 @@
GH-17349 (Tiled truecolor filling looses single color transparency)
+ if (!(imagetypes() & IMG_PNG)) {
+ die("skip No PNG support");
require_once __DIR__ . "/func.inc";
0 commit comments