Skip to content

Commit 35452fb

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: ext/gd/tests/gh19{666,739}.phpt: skip for external libgd
2 parents 765fe90 + b51f575 commit 35452fb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

ext/gd/tests/gh19666.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
GH-19666 (Unexpected nan value in imageconvolution)
33
--EXTENSIONS--
44
gd
5+
--SKIPIF--
6+
<?php
7+
if (!GD_BUNDLED) die("skip requires bundled GD library\n");
8+
?>
59
--FILE--
610
<?php
711
$image = imagecreatetruecolor(180, 30);

ext/gd/tests/gh19739.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
GH-19739 (integer overflow in imageellipse / imagefilledellipse)
33
--EXTENSIONS--
44
gd
5+
--SKIPIF--
6+
<?php
7+
if (!GD_BUNDLED) die("skip requires bundled GD library\n");
8+
?>
59
--FILE--
610
<?php
711
$im = imagecreatetruecolor(400, 300);

0 commit comments

Comments
 (0)