Page 1 of 1

How to install latest PHP7 stable release?

Posted: Fri Mar 31, 2017 10:54 pm
by liewcf
I follow the instructions to install PHP7 on CentOS 7 viewtopic.php?f=11&t=12319 but the installed version is PHP 7.0.18RC1

Code: Select all

PHP 7.0.18RC1 (cli) (built: Mar 28 2017 16:59:20) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.0.18RC1, Copyright (c) 1999-2017, by Zend Technologies
I do not want to use Release Candicate (RC) version.

How do I install the latest PHP 7.0.16? (https://secure.php.net/releases/)

Re: How to install latest PHP7 stable release?

Posted: Sun Apr 02, 2017 8:25 am
by skamasle
Hi

If you use repos you need find one repo with that version or version you need

If not you need compile php manully

Re: How to install latest PHP7 stable release?

Posted: Sun Apr 02, 2017 1:22 pm
by liewcf
Do you know which repo has PHP 7.0.16? Thanks in advance.