PHP 8.5.6 released
PHP 8.5.6 drops a necessary cleanup batch that patches multiple security vulnerabilities and squashes persistent memory leaks across the core runtime and popular extensions. Server admins should upgrade immediately since the update fixes critical CVEs in MBString, SOAP, and Standard modules that could easily trigger crashes or expose injection risks under heavy load. The release also stabilizes Opcache by resolving JIT assertion failures and branch optimization bugs that previously caused random segfaults during complex script execution. Windows developers get improved Curl compression support while various other extensions receive targeted memory management fixes without introducing unnecessary bloat, so just grab the update and keep your error logs quiet.
PHP 8.5.6 released
PHP 8.5.6 has been released, addressing multiple security vulnerabilities and persistent memory leaks in the core runtime and popular extensions, making it crucial for server admins to upgrade immediately. The update includes significant security fixes for the MBString, SOAP, and Standard modules, which resolve critical issues that could lead to crashes or data leaks under heavy loads. Additionally, performance improvements have been made to Opcache, stabilizing the JIT compiler and preventing unexpected crashes during complex script execution. Overall, this release focuses on enhancing runtime stability for production servers rather than introducing new features, ensuring smoother performance and reduced downtime
