Skip to content

How to Do IT

Information Technology Explained

  • Hardware
  • Linux
  • Network
  • Office
  • Security
  • Windows
  • Reviews
How to Do IT
Information Technology Explained

Install PHP 7.2 under CentOS 7

CentOS is one of the top scorers among the free Linux operating systems with just over 20% market share among the open source operating systems. If you install Cent OS 7 today (in the year 2019) and would like to use PHP afterwards, you’ll encounter a bad surprise: The “latest” packaged version for CentOS 7 ist PHP 5.4

This version of PHP is already deprecated a long time ago and support for PHP 5.4 has ended by September 2015 ( Link: https://php.net/supported-versions.php )

So if you are an IT or linux administrator and want to deploy php on your newly installed Centos / server, you have to find a different way to install PHP . Otherwise you’d run the risk of getting hacked.

By the time of this writing the latest version of PHP being both up-to-date and maintained by the PHP developpers is PHP 7.2. So let’s jump in and install PHP 7.2. on CentOS 7:

First you should update the operating (CentOS) itself with:

yum –y update

 

This might take anywhere from a few seconds to several minutes. It mainly depends on how fast your server and internet connection are. And of course it depends on how long hou haven’t done any updates.

Please note: If there is any kernel-package among the updated packages you should reboot your Centos machine.

Before we go ahead we need to enable two package depots. Don’t worry if you have already done this. It will do no harm if repeated:

yum –y install epel-release
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

Before we continue it’s safe to uninstall any php or php-related software.

yum -y remove php-common php56w-common
yum -y remove mod_php71w php71w-opcache php71w-common
yum -y remove mod_php70w php70w-opcache php70w-common
yum -y remove mod_php72w php72w-opcache php72w-common


 

Now you can install PHP version 7.2:

Yum –y install php72w php72w-common php

Just in case you’d like to install most of the related software packages like mysql-drivers or other php-7.2 packages, here’s the more extensive list::

yum -y install mod_php72w php72w php72w-opcache php72w-common php72w-mysql php72w-devel php72w-gd php72w-xml php72w-mbstring php72w-pdo php72w-odbc php72w-xml php72w-soap php72w-mssql  php72w-common php72w-mysql php72w-xmlrpc php72w-snmp php72w-process php72w-pear php72w-gd php72w-ldap php72w-cli php72w-mbstring php72w-opcache

 

Last but not least you might want to check the installed vesion of PHP. You can do this by typing “php –v” . Your output should look like this:

[root@fmtest02mb ~]# php -v
PHP 7.2.17 (cli) (built: May 13 2019 18:03:04) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.17, Copyright (c) 1999-2018, by Zend Technologies
[root@fmtest02mb ~]#

The important part ist “PHP 7.2.17 (cli)”.

You may also read:
Understanding ZFS: What is a vdev in ZFS?
Powered by Inline Related Posts

Conclusion: If you know how – removing any old PHP package and installing PHP 7.2 is pretty easy. Now your users can enjoy the speed and robustness of PHP 7 under Centos 7.

 

 

  • About the Author
  • Latest Posts
Avatar of Matthias
Matthias

Matthias Böhmichen is the founder of howto-do.it . He is using Linux since 1991 and fell in love with windows a few years later. He likes to discover new technologies, especially hard- and software.

  • What is ARP Poisoning?
  • Understanding ARP Spoofing: What Is It and How It Works
  • Guide: How to Restart Samba Service in Linux Explained

Recent Posts

  • Master the Steps on How to Exit Vim in Linux Today
    Master the Steps on How to Exit Vim in Linux Today
    15/04/2026
  • Step-by-Step Guide: How To Install Windows 10 on a New Computer Without OS
    Step-by-Step Guide: How To Install Windows 10 on a New Computer Without OS
    15/04/2026
  • Finding Your Snips in Windows 10: Where Do Snips Go?
    Finding Your Snips in Windows 10: Where Do Snips Go?
    15/04/2026
  • Mastering How to Save in Nano Linux: Your Ultimate Guide
    Mastering How to Save in Nano Linux: Your Ultimate Guide
    15/04/2026
  • Guide: How to Install Windows 10 on Chromebook without USB
    Guide: How to Install Windows 10 on Chromebook without USB
    14/04/2026
  • Vi vs Vim Linux: Breaking Down the Key Differences
    Vi vs Vim Linux: Breaking Down the Key Differences
    14/04/2026
  • Prometheus vs. LibreNMS: Choosing Your Monitoring Tool
    Prometheus vs. LibreNMS: Choosing Your Monitoring Tool
    14/04/2026
  • A Simple Guide: How to Uninstall Docker Quickly and Efficiently
    A Simple Guide: How to Uninstall Docker Quickly and Efficiently
    14/04/2026
  • Mastering Vim: How to Select Multiple Lines Effectively
    Mastering Vim: How to Select Multiple Lines Effectively
    13/04/2026

Search this Site

Search

Recent Posts

  • Discovering How Big Is Windows 10 ISO: Everything You Need to Know
    Discovering How Big Is Windows 10 ISO: Everything You Need to Know
    13/04/2026
  • Mastering How to Allocate More RAM to Windows 11: A Guide
    Mastering How to Allocate More RAM to Windows 11: A Guide
    13/04/2026
  • Understanding What is KDE (K Desktop Environment) in Detail
    Understanding What is KDE (K Desktop Environment) in Detail
    13/04/2026
  • Mastering Unix: Grep Only First Match Made Simple
    Mastering Unix: Grep Only First Match Made Simple
    12/04/2026
  • Understanding Raspberry Pi SD Card Wear Out: A Guide
    Understanding Raspberry Pi SD Card Wear Out: A Guide
    12/04/2026
  • Uncovering What Does Vim Mean in Linux: A Detailed Guide
    Uncovering What Does Vim Mean in Linux: A Detailed Guide
    12/04/2026
  • Your Guide to Raspberry Pi Resource Monitoring – Making Tech Easy
    Your Guide to Raspberry Pi Resource Monitoring – Making Tech Easy
    12/04/2026
  • Discover Where Chrome Bookmarks are Stored in Windows 11
    Discover Where Chrome Bookmarks are Stored in Windows 11
    11/04/2026
  • The Best CentOS Replacement for Linux Systems
    The Best CentOS Replacement for Linux Systems
    11/04/2026
  • Understanding Proxmox: What is Proxmox and Its Benefits?
    Understanding Proxmox: What is Proxmox and Its Benefits?
    11/04/2026
  • Exploring CentOS Alternative: A Deep Dive into New Options
    Exploring CentOS Alternative: A Deep Dive into New Options
    11/04/2026
  • Quick Guide: How to Disable Widgets in Windows 11
    Quick Guide: How to Disable Widgets in Windows 11
    10/04/2026
  • Mastering the Art: How to Unsend Email Quickly and Easily
    Mastering the Art: How to Unsend Email Quickly and Easily
    10/04/2026
  • Icinga vs. Prometheus: In-Depth Monitoring Comparison
    Icinga vs. Prometheus: In-Depth Monitoring Comparison
    10/04/2026
  • Unlock the Power: Understanding How to Use Kali Linux
    Unlock the Power: Understanding How to Use Kali Linux
    10/04/2026
  • Guide: How to Take a Screenshot on a Gateway Laptop Windows 11
    Guide: How to Take a Screenshot on a Gateway Laptop Windows 11
    09/04/2026
  • Exploring Windows 11 NFS Client: A Comprehensive Guide
    Exploring Windows 11 NFS Client: A Comprehensive Guide
    09/04/2026
  • Understanding What is Docker Swarm: A Comprehensive Guide
    Understanding What is Docker Swarm: A Comprehensive Guide
    09/04/2026
  • Quick Guide: How to End All Tasks in Task Manager Windows 11
    Quick Guide: How to End All Tasks in Task Manager Windows 11
    09/04/2026
  • Easy Guide: How to Find PC Name in Windows 11 Quickly
    Easy Guide: How to Find PC Name in Windows 11 Quickly
    08/04/2026
  • Understanding What is Docker Image: A Comprehensive Guide
    Understanding What is Docker Image: A Comprehensive Guide
    08/04/2026
Welcome to HowTo-Do.it, your destination to the world of information technology. Whether you're a tech novice or a seasoned enthusiast, our website is dedicated to empowering everyday users with the knowledge you need to confidently engage with software and hardware.
From demystifying complex software applications to unraveling the intricacies of hardware setups, we're here to guide you step-by-step.

Our Partners

  • Biteno GmbH
  • IT-ServiceCenter.com
  • Data Privacy
  • Imprint
  • Opt-out preferences
  • Howto-Do.IT in German
  • Sitemap

© 2026 How to Do IT

Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}
Scroll to top
  • Hardware
  • Linux
  • Network
  • Office
  • Security
  • Windows
  • Reviews