Merge branch 'PHP-8.3' into PHP-8.4

This commit is contained in:
David Carlier 2025-02-24 07:14:56 +00:00
commit fc73da57f4
No known key found for this signature in database
GPG key ID: 2FB76A8CE6CD2B41

View file

@ -2,6 +2,10 @@
Bug GH-17373 (imagefttext() ignores clipping rect for palette images)
--EXTENSIONS--
gd
--SKIPIF--
<?php
if(!function_exists('imagefttext')) die('skip imagefttext() not available');
?>
--FILE--
<?php
$im = imagecreate(64, 32);