This is a collection of patches for PHP 8.2 compatibility issues I've encountered. It's not intended to be used on a live site and just serves as a checklist of known issues.
Currently, this includes:
Read more
Читать далее...
Currently, this includes:
HTML-ENTITIES
encoding is deprecated:- \Symfony\Component\VarDumper\Dumper\HtmlDumper::dumpLine
- \Symfony\Component\DomCrawler\Crawler::addHtmlContent
- utf8_decode and utf8_encode are deprecated:
- src/vendor/dokuwiki/utf8/utf8.php: utf8_decode replaced...
Read more
Читать далее...