-
chevron_right
PHP 8.2 update and introduction of legacy branch
Pierre Schmitz • news.macaw.me / Archlinux News • 13 January, 2023
The php packages have been updated to the latest version 8.2. Inaddition to this, a new set of php-legacy packages have beenintroduced. These will follow the oldest but still actively supportedPHP branch. This enables users to install the latest version but alsointroduces the option to use third party applications that might relyon an older version. Both branches will be kept up to date followingour rolling release model. php
and php-legacy
can be installed at thesame time as the latter uses a -legacy
suffix for its binaries andconfiguration files.
In addition to this, the php7 packages have been removed as theyreached end of life. The imap
extension will no longer be provided asit relies on the c-client
library which has been abandoned for manyyears.