Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


php8.2_on_rocky_linux_8

This is an old revision of the document!


PHP 8.2 on Rocky Linux 8 and Rocky Linux 9

https://blog.remirepo.net/post/2022/12/08/PHP-version-8.2.0-is-released

dnf module reset php
dnf module install php:remi-8.2

After the install, these PHP packages should be on the system:

php-8.2.0~RC7-8.el8.remi.x86_64
php-cli-8.2.0~RC7-8.el8.remi.x86_64
php-common-8.2.0~RC7-8.el8.remi.x86_64
php-fpm-8.2.0~RC7-8.el8.remi.x86_64
php-mbstring-8.2.0~RC7-8.el8.remi.x86_64
php-mysqlnd-8.2.0~RC7-8.el8.remi.x86_64
php-opcache-8.2.0~RC7-8.el8.remi.x86_64
php-pdo-8.2.0~RC7-8.el8.remi.x86_64
php-pecl-mcrypt-1.0.5-1.el8.remi.8.2.x86_64
php-sodium-8.2.0~RC7-8.el8.remi.x86_64
php-xml-8.2.0~RC7-8.el8.remi.x86_64

Why is RC7 listed in the above??

One of my VMs had these installed, but I removed them:

php-gd
php-ldap
php-opcache
php-pecl-zip
php8.2_on_rocky_linux_8.1687445397.txt.gz · Last modified: 2023/06/22 10:49 by juckins