php8.2_on_rocky_linux_8
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| php8.2_on_rocky_linux_8 [2023/06/22 10:56] – juckins | php8.2_on_rocky_linux_8 [2024/01/17 17:28] (current) – juckins | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== PHP 8.2 on Rocky Linux 8 and Rocky Linux 9 ==== | + | ==== PHP 8.2 on Rocky Linux 9 ==== |
| Follow notes at [[https:// | Follow notes at [[https:// | ||
| dnf config-manager --set-enabled crb | dnf config-manager --set-enabled crb | ||
| - | dnf install https:// | + | dnf install https:// |
| + | NOTE: You may not want the following: dnf install | ||
| dnf install dnf-utils http:// | dnf install dnf-utils http:// | ||
| dnf module reset php | dnf module reset php | ||
| - | dnf module | + | dnf module |
| + | dnf module enable | ||
| + | dnf install php php-cli php-mysqlnd php-opcache php-pdo php-pecl-mcrypt php-sodium | ||
| + | Run '' | ||
| After the install, these PHP packages should be on the system: | After the install, these PHP packages should be on the system: | ||
| - | + | oniguruma5php-6.9.8-1.el9.remi.x86_64 | |
| - | php-8.2.0~RC7-8.el8.remi.x86_64 | + | php-8.2.7-2.el9.remi.x86_64 |
| - | php-cli-8.2.0~RC7-8.el8.remi.x86_64 | + | php-cli-8.2.7-2.el9.remi.x86_64 |
| - | php-common-8.2.0~RC7-8.el8.remi.x86_64 | + | php-common-8.2.7-2.el9.remi.x86_64 |
| - | php-fpm-8.2.0~RC7-8.el8.remi.x86_64 | + | php-fpm-8.2.7-2.el9.remi.x86_64 |
| - | php-mbstring-8.2.0~RC7-8.el8.remi.x86_64 | + | php-mbstring-8.2.7-2.el9.remi.x86_64 |
| - | php-mysqlnd-8.2.0~RC7-8.el8.remi.x86_64 | + | php-mysqlnd-8.2.7-2.el9.remi.x86_64 |
| - | php-opcache-8.2.0~RC7-8.el8.remi.x86_64 | + | php-opcache-8.2.7-2.el9.remi.x86_64 |
| - | php-pdo-8.2.0~RC7-8.el8.remi.x86_64 | + | php-pdo-8.2.7-2.el9.remi.x86_64 |
| - | php-pecl-mcrypt-1.0.5-1.el8.remi.8.2.x86_64 | + | php-pecl-mcrypt-1.0.6-1.el9.remi.8.2.x86_64 |
| - | php-sodium-8.2.0~RC7-8.el8.remi.x86_64 | + | php-sodium-8.2.7-2.el9.remi.x86_64 |
| - | php-xml-8.2.0~RC7-8.el8.remi.x86_64 | + | php-xml-8.2.7-2.el9.remi.x86_64 |
| - | + | ||
| - | + | ||
| - | Why is RC7 listed in the above?? | + | |
| One of my VMs had these installed, but I removed them: | One of my VMs had these installed, but I removed them: | ||
| Line 33: | Line 34: | ||
| php-pecl-zip | php-pecl-zip | ||
| + | If you want to go back down a version, follow the steps above to reset/ | ||
php8.2_on_rocky_linux_8.1687445764.txt.gz · Last modified: by juckins
