PHP 8.4.21 RC1 released
The PHP 8.4.21 release candidate prioritizes engine stability by patching critical JIT assertion failures and garbage collection crashes that typically surface under heavy load. Windows developers gain native brotli and zstd compression support in the Curl extension, while long standing segmentation faults in DOM and XSL modules finally get resolved. Memory leaks across Phar, Session, and Zip extensions are cleaned up to prevent slow resource exhaustion during extended background processing tasks. Teams should validate this build in staging environments before the official launch to catch any remaining edge case failures early.
PHP 8.4.21 RC1 released
The PHP 8.4.21 release candidate emphasizes engine stability by addressing critical JIT assertion failures and garbage collection crashes, particularly under heavy load. It introduces native brotli and zstd compression support for Windows developers in the Curl extension, while also fixing long-standing segmentation faults in the DOM and XSL modules. Memory leaks in Phar, Session, and Zip extensions have been cleaned up, enhancing resource management during extended processing tasks. Teams are advised to test this candidate in staging environments to identify any remaining issues before the official launch
