Skip to content

Commit c0789fe

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Update new test to use EXTENSIONS section instead of SKIPIF
2 parents c4ecd82 + 797ee86 commit c0789fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext/gd/tests/bug81739.phpt

Lines changed: 2 additions & 4 deletions
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)