From b1f64f9b65908b84d4bbd0ac158e7f34af003ce6 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 20 Oct 2025 00:00:30 +0200 Subject: [PATCH] PHP 8.5 | UPGRADING: add missing finfo function The entry about the new function parameter for finfo, is missing the OO method. See: https://github.com/php/php-src/commit/ba21ab4ea012f35091694b8b03a79dcab1de6742 --- UPGRADING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index 39400b5ea6d6..50754b279439 100644 --- a/UPGRADING +++ b/UPGRADING @@ -433,8 +433,8 @@ PHP 8.5 UPGRADE NOTES . The finfo_close() function has been deprecated. As finfo objects are freed automatically. RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_finfo_close - . The $context parameter of the finfo_buffer() function has been deprecated - as it is ignored. + . The $context parameter of the finfo_buffer() and finfo::buffer() functions + has been deprecated as it is ignored. RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_context_parameter_for_finfo_buffer - GD: