We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b114db0 + ac8248b commit 10dad92Copy full SHA for 10dad92
1 file changed
ext/gd/tests/imagebmp_basic.phpt
@@ -2,6 +2,12 @@
2
imagebmp() - basic functionality
3
--EXTENSIONS--
4
gd
5
+--SKIPIF--
6
+<?php
7
+ if (!(imagetypes() & IMG_PNG)) {
8
+ die("skip No PNG support");
9
+ }
10
+?>
11
--FILE--
12
<?php
13
// create an image
0 commit comments