Commit 180839b
committed
unicodeToHtmlEntities: Fix PHP 8.2 deprecation
mbstring extension in PHP 8.2 deprecates `HTML-ENTITIES` encoding:
https://php.watch/versions/8.2/mbstring-qprint-base64-uuencode-html-entities-deprecated
Let’s switch to non-deprecated function:
https://www.php.net/manual/en/function.mb-encode-numericentity.php1 parent af7522b commit 180839b
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
| |||
0 commit comments