Comments on: How to Install PHP 7.2 on CentOS 7 https://www.rosehosting.com/blog/how-to-install-php-7-2-on-centos-7/ Premium Linux Tutorials Since 2001 Mon, 12 Dec 2022 13:08:04 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Sun https://www.rosehosting.com/blog/how-to-install-php-7-2-on-centos-7/#comment-48363 Mon, 06 Jul 2020 06:21:12 +0000 https://www.rosehosting.com/blog/?p=28345#comment-48363 In reply to Chris.

sudo rm /usr/bin/php

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-php-7-2-on-centos-7/#comment-48053 Tue, 14 Jan 2020 09:56:00 +0000 https://www.rosehosting.com/blog/?p=28345#comment-48053 In reply to Chris.

If the symbolic link exists, you can skip this step. Are you getting an output if you run php -v ?

]]>
By: Chris https://www.rosehosting.com/blog/how-to-install-php-7-2-on-centos-7/#comment-48052 Tue, 14 Jan 2020 02:47:09 +0000 https://www.rosehosting.com/blog/?p=28345#comment-48052 When I type ln -s /usr/bin/php72 /usr/bin/php” I get
ln: creating symbolic link `/usr/bin/php’: File exists

]]>