mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user