Merge branch 'PHP-8.3'

This commit is contained in:
David Carlier 2024-01-21 00:02:19 +00:00
commit 5517cb01c2

View File

@ -2,6 +2,8 @@
GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object.
--EXTENSIONS--
gd
--SKIPIF--
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
--FILE--
<?php
$font = imageloadfont(__DIR__ . "/gh13082.gdf");