Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


php8.3_on_rocky_linux_9

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
php8.3_on_rocky_linux_9 [2024/01/17 17:35] juckinsphp8.3_on_rocky_linux_9 [2024/01/17 17:44] (current) juckins
Line 15: Line 15:
  
 After the install, these PHP packages should be on the system: After the install, these PHP packages should be on the system:
-  gd3php-2.3.3-9.el9.remi.x86_64 
   oniguruma5php-6.9.9-1.el9.remi.x86_64   oniguruma5php-6.9.9-1.el9.remi.x86_64
   php-8.3.2-1.el9.remi.x86_64   php-8.3.2-1.el9.remi.x86_64
Line 21: Line 20:
   php-common-8.3.2-1.el9.remi.x86_64   php-common-8.3.2-1.el9.remi.x86_64
   php-fpm-8.3.2-1.el9.remi.x86_64   php-fpm-8.3.2-1.el9.remi.x86_64
-  php-gd-8.3.2-1.el9.remi.x86_64 
-  php-intl-8.3.2-1.el9.remi.x86_64 
   php-mbstring-8.3.2-1.el9.remi.x86_64   php-mbstring-8.3.2-1.el9.remi.x86_64
   php-mysqlnd-8.3.2-1.el9.remi.x86_64   php-mysqlnd-8.3.2-1.el9.remi.x86_64
Line 28: Line 25:
   php-pdo-8.3.2-1.el9.remi.x86_64   php-pdo-8.3.2-1.el9.remi.x86_64
   php-pecl-mcrypt-1.0.7-1.el9.remi.8.3.x86_64   php-pecl-mcrypt-1.0.7-1.el9.remi.8.3.x86_64
-  php-pecl-zip-1.22.3-1.el9.remi.8.3.x86_64 
-  php-process-8.3.2-1.el9.remi.x86_64 
   php-sodium-8.3.2-1.el9.remi.x86_64   php-sodium-8.3.2-1.el9.remi.x86_64
   php-xml-8.3.2-1.el9.remi.x86_64   php-xml-8.3.2-1.el9.remi.x86_64
  
 +These packages may be extras and not needed:
 +  gd3php
 +  php-gd
 +  php-intl
 +  php-pecl-zip
 +  php-process
 +  
 If you want to go back down a version, follow the steps above to reset/list/enable the version you want.  Then ''rpm -qa |grep php'' to find the packages that need to be downgraded to the previous version.  Remove all those RPMs.  Then do the ''dnf install php'' packages command to get the version you desire.   If you want to go back down a version, follow the steps above to reset/list/enable the version you want.  Then ''rpm -qa |grep php'' to find the packages that need to be downgraded to the previous version.  Remove all those RPMs.  Then do the ''dnf install php'' packages command to get the version you desire.  
  
php8.3_on_rocky_linux_9.txt · Last modified: 2024/01/17 17:44 by juckins