Linux serverNETWORK ADMINISTRATIONS

Centos 7 : Install PHP 7.4

sudo yum install epel-release
sudo rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

Install PHP 7.4

yum –enablerepo=remi-php74 install php

php -v

Install Module PHP 7.4

yum –enablerepo=remi-php74 install php-xml php-soap php-xmlrpc php-mbstring php-json php-gd php-mcrypt

Pencarian Module PHP 7.4

yum –enablerepo=remi-php74 search php | grep php74

#php7 #php #centos

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *