Membangun Web Server CentOS 7 #4 : Installasi PHP 7.4

Membangun Web Server CentOS 7 #4 : Installasi PHP 7.4

Login pada sistem CentOS.

Install epel repository terlebih dahulu.

yum install epel-release
yum repolist
yum --disablerepo="*" --enablerepo="epel" list available

Enable PHP 7.4 Remi repository dan install PHP 7.4 pada CentOS 7.

Baca Lainnya :
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum -y install yum-utils
yum-config-manager --enable remi-php74

Install PHP 7.4 pada CentOS 7.

yum update
yum install php php-cli

Install paket tambahan untuk php.

yum install php php-cli php-fpm php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath php-json php-intl php-xmlrpc php-soap php-opcache

Setelah installasi selesai, cek versi php.

php -v

Sekian artikel singkat tentang Membangun Web Server CentOS 7 #4 : Installasi PHP 7.4 semoga bermanfaat untuk rekan pembaca semua.

SIM Team Team Sistem Informasi Manajemen (SIM) Universitas Islam Kadiri (UNISKA) Kediri.