As we know that PHP is the most important part of LAMP applications (WordPress, Joomla, Drupal & Media wiki etc). Now a days most of these applications require PHP 7 for their installation and configuration. Main advantage of PHP 7.x is that it will load your web application faster and will consume less server’s resources like CPU and RAM.
Đang xem: How to install php 7
By default, PHP 5.4 is available in CentOS 7 and RHEL 7 yum repositories. In this article we will demonstrate how to install latest version of PHP on CentOS 7 and RHEL 7 Servers.
This confirms that you have successfully installed PHP 7.4 on your system. That’s all from this article, please do share your feedback and comments.
Xem thêm: Phần Mềm Wavepad Sound Editor Full Crack 100%, Wavepad Sound Editor
Also Read: How to Install PHP 7.4 on CentOS 8 / RHEL 8
14 thoughts on “How to Install PHP 7.4, 7.3, 7.2 on CentOS 7 and RHEL 7 Server”
Hi,
I installed mediawiki using your following tutorial:
https://www.darkedeneurope.com/install-mediawiki-on-linux/
it is going good, but when I open my browser, it shows the mediawiki page with a warning that mediawiki 1.34 does not work with PHP version 5.4.16. I must have at least PHP 7.2.9. So, I am trying to upgrade it. I followed your this tutorial for that. Till step 3, it works fine, but when I use yum to install it, there I get an error.I always use the following yum command to install anything“yum –disablerepo=* –enablerepo=c7-media install php”
“c7-media is to link it to baseurl where I mounted my centOS.iso file that contains all packages.” And it contains PHP version 5.4.16.
Now to install this new version of PHP, how to RUN yum command, because “yum install php” does not work for me. it gives me error “unable to find the valid baseurl”. Can you please help me out in this.
OR can you please tell how to get the .tar file for old version of mediawiki (1.24 etc).Thank you for your help