cyberpanel icon indicating copy to clipboard operation
cyberpanel copied to clipboard

[ FIX ] AlmaLinux 8 PHP CLI 8.0 Up Support

Open CVaRy opened this issue 10 months ago • 0 comments

# dnf config-manager --set-enabled powertool # dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm # dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm # dnf module reset php # dnf module install php:remi-8.1 # dnf update # dnf install php-cli

php -v //

PHP 8.1.25 (cli) (built: Oct 24 2023 21:51:16) (NTS gcc x86_64) Copyright (c) The PHP Group Zend Engine v4.1.25, Copyright (c) Zend Technologies

CVaRy avatar Nov 01 '23 00:11 CVaRy