Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


php8.1_upgrade

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
php8.1_upgrade [2022/09/29 14:28] – created juckinsphp8.1_upgrade [2022/09/29 14:46] juckins
Line 1: Line 1:
 ==== Rocky Linux 9 PHP 8.1 Upgrade ==== ==== Rocky Linux 9 PHP 8.1 Upgrade ====
 +
 +Follow procedure at https://www.linuxcapable.com/how-to-install-php-8-1-on-rocky-linux-9/ 
 +
 +  dnf config-manager --set-enabled crb
 +  dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm 
 +  dnf install https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm
 +  dnf install dnf-utils http://rpms.remirepo.net/enterprise/remi-release-9.rpm
 +  dnf remove php php-fpm
 +  dnf remove php*
 +  dnf module list reset php
 +  dnf module list php
 +  dnf module enable php:remi-8.1
 +  dnf install php php-mbstring php-mysqlnd php-pecl-mcrypt php-pecl-mysql
 + 
 +
  
 Pre-existing PHP 7.4 RPMs: Pre-existing PHP 7.4 RPMs:
php8.1_upgrade.txt · Last modified: 2022/09/29 14:51 by juckins