PHP 8.4.20 released
The PHP 8.4.20 update addresses critical Opcache JIT compiler bugs that silently produced incorrect arithmetic results alongside infinite loop vulnerabilities and use-after-free memory corruption issues. Multiple extensions including FFI, Sysvshm, and SNMP received fixes for resource leaks and undefined behavior that could cause gradual performance degradation or random crashes in long-running processes. Web developers get corrections to XML attribute handling in the DOM parser, AVIF image detection support through GD, and XSLT compatibility improvements between different document object types. Production systems with JIT enabled should prioritize this release immediately while others benefit from OpenSSL validation fixes and output buffer assertion improvements that catch configuration errors during development.
PHP 8.4.20 released
The PHP 8.4.20 update addresses critical bugs in the Opcache JIT compiler that could lead to incorrect arithmetic results and memory corruption issues, emphasizing the importance for production systems with JIT enabled to prioritize this release. It also fixes resource leaks and undefined behavior in multiple extensions like FFI and Sysvshm, which could result in performance degradation or crashes over time. Web developers benefit from improvements in XML attribute handling, AVIF image detection in the GD extension, and XSLT compatibility between document types. Overall, while the update includes vital fixes, users should assess their opcache configuration as changes may affect performance characteristics
