mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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)
|
Bug GH-17373 (imagefttext() ignores clipping rect for palette images)
|
||||||
--EXTENSIONS--
|
--EXTENSIONS--
|
||||||
gd
|
gd
|
||||||
|
--SKIPIF--
|
||||||
|
<?php
|
||||||
|
if(!function_exists('imagefttext')) die('skip imagefttext() not available');
|
||||||
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
$im = imagecreate(64, 32);
|
$im = imagecreate(64, 32);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue