PHP 8.5.2, 8.4.17, and 8.3.30 released

Published by

Three new versions of PHP have been released: 8.5.2, 8.4.17, and 8.3.30. These updates primarily focus on addressing various issues within the language, with a significant emphasis on enhancing security. One of the critical vulnerabilities fixed in version 8.5.2 involves a use-after-free issue in the php_output_handler_free function, which could lead to potential security risks during certain error conditions in the cleanup process of the ob_start() function.

In addition to security enhancements, these releases provide patches for various functional problems across different areas of PHP. For instance, version 8.5.2 resolves issues related to the SplFileInfo::openFile() method when used in write mode and improves the functionality of Phar builds on older OpenSSL 1.1.0 systems.

The updates also prioritize performance and efficiency by fixing potential memory leaks in modules like LDAP and Intl, and enhancing the handling of INI input through the parse_ini_string() function. These improvements are designed to make PHP more efficient and user-friendly.

As PHP continues to evolve, the development team remains committed to addressing user feedback and ensuring that PHP remains a robust and secure programming language for developers around the world. Future updates may further enhance performance, security, and functionality, as the community continues to contribute to its growth and improvement

PHP 8.5.2, 8.4.17, and 8.3.30 released

Three new versions of PHP have been released: 8.5.2, 8.4.17, and 8.3.30, all focused on resolving various issues in the language. The updates prioritize security, addressing several critical bugs, including a potential vulnerability called use-after-free in php_output_handler_free. Beyond security fixes, these releases also contain patches for everyday functional problems across different parts of PHP, such as improvements to Phar builds and handling INI input through parse_ini_string(). Additionally, the updates aim to make PHP more efficient by fixing potential memory leaks and improving performance.

PHP 8.5.2, 8.4.17, and 8.3.30 released @ Linux Compatible