-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Closed
Copy link
Labels
BugHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Status: ReviewedVarDumper
Description
Symfony version(s) affected
4.4, 5.3, 5.4, 6.0
Description
Using the mbstring "encoding" HTML-ENTITIES
is deprecated since PHP 8.2: php/php-src#7177
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead
These occurrences should be replaced: https://github.com/symfony/symfony/search?q=html-entities
How to reproduce
Use HtmlDumper from var-dumper component in php 8.2.
Possible Solution
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
BugHelp wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Status: ReviewedVarDumper