14th Mar 2025
PHP 8.4 Released
What’s new in PHP 8.4?
HTML 5 Compatibility
One of the largest improvements is to the \DOMDocument library, which in previous versions was almost compatible with HTML 4. While HTML 5 has been around for over 16 years, PHP still relied on a shoehorn method of using LIBXML and quiet errors to parse most tags outside of the most basic HTML ...