From 084a85b5523c116054d2b0483414e4f61a51e8a8 Mon Sep 17 00:00:00 2001 From: Kharhamel <10496706+Kharhamel@users.noreply.github.com> Date: Sat, 18 Jan 2025 03:04:40 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/image.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/generated/image.php b/generated/image.php index 842458a2..daa62511 100644 --- a/generated/image.php +++ b/generated/image.php @@ -1132,8 +1132,10 @@ function imagedashedline($image, int $x1, int $y1, int $x2, int $y2, int $color) /** - * Prior to PHP 8.0.0, imagedestroy freed any memory associated - * with image image. + * Prior to PHP 8.0.0, imagedestroy freed any memory + * associated with the image resource. As of 8.0.0, + * the GD extension uses objects instead of resources, and objects + * cannot be explicitly closed. * * @param resource $image A GdImage object, returned by one of the image creation functions, * such as imagecreatetruecolor.