-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Milestone
Description
See:
https://github.com/php/php-src/blob/php-8.5.0RC2/NEWS
https://wiki.php.net/rfc/deprecations_php_8_5
https://php.watch/versions/8.5
https://www.php.net/index.php#2025-10-09-2
-
The
finfo_close()function has been deprecated.
if ($finfo) { @finfo_close($finfo); } -
The
imagedestroy()function has been deprecated.
imagedestroy($image);
flatpress/admin/panels/uploader/admin.uploader.thumb.php
Lines 95 to 96 in b0349f6
imagedestroy($scaled); imagedestroy($image);
./fp-plugins/captcha/antispam.php:@imagedestroy($image);
- The
curl_close()function has been deprecated.
curl_close($handle);
flatpress/fp-includes/core/core.utils.php
Line 630 in b0349f6
curl_close($ch);
Metadata
Metadata
Assignees
Labels
No labels