stillzero.blogg.se

Centos 6.5 install php 5.2
Centos 6.5 install php 5.2








centos 6.5 install php 5.2

You may also need to install additional PHP modules based on your application requirements. Zend Engine v3.3.11, Copyright (c) 1998-2018 Zend Technologies Now running the following command to check current active PHP version on my system. I have installed the latest version PHP 7.3 on my system. # Install PHP 7.1 yum -enablerepo=remi-php71 install php # Install PHP 7.2 yum -enablerepo=remi-php72 install php # Install PHP 7.3 yum -enablerepo=remi-php73 install php

centos 6.5 install php 5.2

Use one of the following commands to install PHP 7.3 or PHP 7.2 or PHP 7.1 on your system based on your requirements. Your system is prepared for the PHP installation from yum repositories. Use this command to install epel-release yum repository yum install epel-releaseĪnd now execute one of the following commands as per your operating system version to install Remi repository. Use the following command to install EPEL repository on your CentOS and Red Hat 7/6 systems Install PHP7, Nginx and MySQL on CentOS/RedHatįirst of all, you need to enable Remi and EPEL yum repositories on your system.This article will help you to install PHP 7.3, PHP 7.2, PHP 7.1 on CentOS & RHEL 6 systems. This article is using Remi and EPEL yum repositories for installing required packages on your system. May of popular yum repositories is providing rpm packages for PHP 7. PHP 7.3 is the latest stable release of PHP.










Centos 6.5 install php 5.2