PHP 8.5.7 Fixes Opcache JIT Crashes and Critical URI Vulnerabilities
PHP 8.5.7 patches the tracing JIT crashes that have been randomly killing Opcache processes under heavy load. The release also closes two URI parsing vulnerabilities that could misroute requests or corrupt memory when handling complex paths. Beyond those critical fixes, developers get quieter DOM XPath errors, corrected date overflow behavior, and smoother OpenSSL 4.0 compatibility without touching any code. Rolling out this update in staging first catches extension conflicts early and keeps production servers from tripping over old edge cases.
PHP 8.5.7 Fixes Opcache JIT Crashes and Critical URI Vulnerabilities @ Linux Compatible
PHP 8.5.7 Fixes Opcache JIT Crashes and Critical URI Vulnerabilities
PHP 8.5.7 addresses critical issues by fixing tracing JIT crashes that affected Opcache and resolving two URI parsing vulnerabilities that could misroute requests or corrupt memory. This update improves stability for production environments by correcting a use-after-free flaw in DOM XPath extensions, enhancing date overflow handling, and ensuring smoother compatibility with OpenSSL 4.0. Developers should prioritize this upgrade, especially those running custom extensions or heavy caching setups, to avoid potential issues in live servers. Testing the update in staging environments is recommended to catch any conflicts before deployment, ensuring a more reliable and secure application performance
