Update PHP 7.1 or 7.2 to PHP 7.3 – Centos 7 Date: November 18, 2019 Author: Joseph Lee Comments: 0 Comments Categories: Server Configuration Here are the instructions for upgrading your version to PHP 7.3 on a Centos 7 server. # php -v PHP 7.1.32 (cli) (built: Sep 11 2019 18:50:33) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies # sudo yum install epel-release # yum --enablerepo=remi-php73 install php # php -v PHP 7.3.11 (cli) (built: Oct 22 2019 08:11:04) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.11, Copyright (c) 1998-2018 Zend Technologies # systemctl restart httpd Tagged as: centos, php 7.3, upgrade
Leave a comment