1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  ext/gd: Fix GH-19955 unit test.
This commit is contained in:
David Carlier
2025-10-27 17:45:52 +00:00

View File

@@ -4,6 +4,10 @@ GH-19955: (imagefttext() memory leak)
gd
--CREDITS--
YuanchengJiang
--SKIPIF--
<?php
if(!function_exists('imagefttext')) die('skip imagefttext() not available');
?>
--FILE--
<?php
ini_set('error_reporting', E_ALL&~E_WARNING);