PHP 8.3.28 and 8.4.15 release candidates released

Published by

The release candidates for PHP versions 8.3.28 and 8.4.15 have been announced, focusing on enhancing stability and performance for developers. These versions include numerous bug fixes that target critical issues like memory leaks and assertion failures, thereby improving the core functionality of PHP.

Key improvements in these release candidates include:

1. Core Fixes: Several important bugs have been addressed, such as issues with CGI, assertion failures in WeakMap operations, and problems with resource closure during shutdown. Additionally, accessing overridden private properties no longer leads to assertion errors.

2. DOM and XML Updates: Enhancements have been made to the DOM and XML components, including improvements to the handling of `__debugInfo()` overrides in DOM classes and SimpleXML.

3. Component-Specific Fixes:
- Exif now handles empty tags without memory leaks.
- FPM fixes include resolving segmentation faults related to status exports.
- FTP connections during SSL writes have improved timeout handling.
- GD has resolved return type issues related to image filters.
- Intl has fixed memory leaks in locale filtering.
- MySQLnd sees key bugs resolved, including SSL verification and JSON column metadata retrieval.
- Opcache received several critical bug fixes, addressing issues like heap buffer overflows and segmentation faults.
- PgSql has resolved memory leaks and segmentation faults related to string conversions.
- Phar has addressed multiple memory leaks and failures in handling zip files.

4. Additional Fixes: The release candidates also include improvements to Streams, Tidy, XMLReader, and various Windows-specific issues, ensuring a broader range of stability enhancements.

The release candidates are now available for developers to test, potentially leading to a smoother and more secure experience when using PHP. The commitment to resolving bugs across various components highlights the PHP team's ongoing dedication to maintaining and improving the language.

As PHP continues to evolve, these updates contribute to its reputation as a flexible and efficient scripting language that is widely used in web development. Developers are encouraged to explore these release candidates and provide feedback to further enhance future stable releases

PHP 8.3.28 and 8.4.15 release candidates released

The latest release candidates for PHP versions 8.3.28 and 8.4.15 have been made available for testing purposes, offering significant improvements in stability and performance. A multitude of bug fixes have been incorporated into the core functionality of PHP, addressing critical issues such as memory leaks and assertion failures. Various components, including DOM, Exif, FPM, FTP, GD, Intl, LibXML, MySQLnd, Opcache, PgSql, Phar, and Random, have also received important updates to resolve bugs and improve functionality. These enhancements aim to provide a smoother experience for developers working with PHP, ultimately enhancing the overall reliability and security of the language.

PHP 8.3.28 and 8.4.15 release candidates released @ Linux Compatible