Skip to content

Commit b4fb664

Browse files
committed
Update new test to use EXTENSIONS section instead of SKIPIF
1 parent 261a08a commit b4fb664

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext/gd/tests/bug81739.phpt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
--TEST--
22
Bug #81739 (OOB read due to insufficient validation in imageloadfont())
3-
--SKIPIF--
4-
<?php
5-
if (!extension_loaded("gd")) die("skip gd extension not available");
6-
?>
3+
--EXTENSIONS--
4+
gd
75
--FILE--
86
<?php
97
$s = fopen(__DIR__ . "/font.font", "w");

0 commit comments

Comments
 (0)