mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.3' into PHP-8.4
This commit is contained in:
commit
fc73da57f4
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue