PHP 8 Install on Centos 8 Server
- Read more about PHP 8 Install on Centos 8 Server
- Log in to post comments
- List available PHP Version
[root@testsvr01 ~]# yum module list php
[root@testsvr01 ~]# yum module list php
[root@testsvr01 ~]# yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
[root@testsvr01 ~]# yum -y install yum-utils
root@testsvr01 ~]# yum-config-manager --enable remi-php81
[root@testsvr01 ~]# yum install php -y
[root@testsvr01 ~]# php -v
PHP 7.4.33 (cli) (built: Oct 31 2022 10:36:05) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
[root@testsvr01 yum.repos.d]# yum -y install yum-utils