- Issue created by @SamLerner
- Status changed to Needs review
10 months ago 4:22pm 22 January 2024 - Status changed to Fixed
10 months ago 7:17pm 22 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.
When using PHP 8.2, the following warning is displayed repeatedly:
Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /var/www/html/docroot/modules/contrib/media_link_enhancements/src/MediaLinkEnhancementsAlterLinks.php on line 98
Install version 1.0.4 on a Drupal site with PHP 8.2 and go to any page.
Switch from using mb_convert_encoding
to use htmlspecialchars
, htmlentities
, or mb_encode_numericentity/mb_decode_numericentity
instead.
Make PR with fix.
None.
None.
None.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.