PHP 8.3.26 and 8.4.13 packages for Fedora RHEL released

Published by

Remi Collet has announced the release of RPM packages for PHP versions 8.3.26 and 8.4.13, now available through his repositories for Fedora 41 and higher, as well as Enterprise Linux systems version 8 and above (including RHEL, Alma, and Rocky). These updates bring essential bug fixes and performance improvements across various components, including core functionality, CLI, date handling, and extensions like OpenSSL and Phar. It is important to note that these releases do not contain any security fixes, and PHP versions 8.1.33 and 8.2.29 will remain unchanged.

Users can easily install the new PHP versions using the dnf package manager. They have the option to replace the default PHP version or install it as a software collection for greater flexibility. The RPM packages support both x86_64 and aarch64 architectures. The improvements in these versions cover a wide range of issues, including fixing bugs related to repeated file inclusion, enhancing error messages in the CLI, correcting date handling functions, and resolving various performance bottlenecks.

Additionally, PHP 8.5.0 Release Candidate 1 packages are now available for testing. Users can opt to replace their existing PHP version or install it in parallel, allowing them to explore the upcoming features without disrupting their current setup. The installation process for PHP 8.5 varies slightly depending on the dnf version in use, with clear commands provided for both dnf 4 and dnf 5 users.

Overall, the updates signify ongoing improvements in PHP's capabilities, with the development team focusing on stabilizing the upcoming version 8.5.0. As users engage with the release candidates, their feedback will play a crucial role in refining the final product, ensuring that PHP continues to evolve to meet the needs of developers and applications worldwide.

For those interested in installation steps:
- To switch to PHP 8.4 or 8.3, use:
- For version 8.4: `dnf module switch-to php:remi-8.4/common` or `dnf install php84`
- For version 8.3: `dnf module switch-to php:remi-8.3/common` or `dnf install php83`
- To install PHP 8.5, the commands depend on whether you're using dnf 4 or dnf 5, allowing for a straightforward transition to the latest release candidate while maintaining existing setups.

In conclusion, the release of PHP versions 8.3.26 and 8.4.13, along with the introduction of PHP 8.5.0 Release Candidate 1, marks a significant step forward in enhancing the language's performance and functionality, catering to the evolving landscape of web development

PHP 8.3.26 and 8.4.13 packages for Fedora RHEL released

Remi Collet has announced the availability of RPM packages for PHP versions 8.3.26 and 8.4.13, which can be accessed through his repositories on Fedora 41 or higher and Enterprise Linux systems version 8 or higher. The new PHP versions include bug fixes and performance improvements in various areas such as core, CLI, date functionality, DBA, DOM, FPM, Intl, opcache, OpenSSL, and Phar. Users can install the latest PHP versions using dnf on their system, with options to replace the default version or install it as a software collection. Additionally, PHP 8.5.0 Release Candidate 1 packages are now available for users who want to test the newer release candidate either by replacing the default version or installing it in parallel.

PHP 8.3.26 and 8.4.13 packages for Fedora RHEL released @ Linux Compatible