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
Last revisionBoth sides next revision
php8.1_upgrade [2022/09/29 14:33] juckinsphp8.1_upgrade [2022/09/29 14:46] juckins
Line 6: Line 6:
   dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm    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 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 
 + 
  
  
php8.1_upgrade.txt · Last modified: 2022/09/29 14:51 by juckins