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

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
php8.1_upgrade [2022/09/29 14:31] juckinsphp8.1_upgrade [2022/09/29 14:46] juckins
Line 2: Line 2:
  
 Follow procedure at https://www.linuxcapable.com/how-to-install-php-8-1-on-rocky-linux-9/  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