I am having trouble performing PhalconPHP setup. I compiled my server with EasyApache 4 and then PHP 7. This is no problem, but when I do PhalconPHP Setup, it detects 5.3 as PHP version and does not allow installation.
Commands I use;
Stable releases Curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.rpm.sh | sudo bash
Sudo yum install php70u-phalcon
CentOS / RedHat / Fedora Sudo yum install php-devel pcre-devel gcc make
Git clone git: //github.com/phalcon/cphalcon.git
Cd cphalcon / build
Sudo ./install - >>>>> Command Response >>>>> php 5.3 is no longer supported
[Root @ server build] php -v Ea-php-cli Copyright 2016 cPanel Inc. PHP 7.0.13 (cli) (built: Nov 14 2016 15:24:28) (NTS) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0 Copyright (c) 1998-2016 Zend Technologies With the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.4 Copyright (c) 2002-2016 by ionCube Ltd. With Zend OPcache v7.0.13 Copyright (c) 1999-2016 by Zend Technologies [Root @ server build]
What is the reason for this. I have installed PHP version 7 in my server but I am getting this error in PhalconPHP setup, please help me do not have good knowledge on this subject :(
Steps to reproduce:
I am having trouble performing PhalconPHP setup. I compiled my server with EasyApache 4 and then PHP 7. This is no problem, but when I do PhalconPHP Setup, it detects 5.3 as PHP version and does not allow installation.
Commands I use;
Stable releases Curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.rpm.sh | sudo bash
Sudo yum install php70u-phalcon
CentOS / RedHat / Fedora Sudo yum install php-devel pcre-devel gcc make
Git clone git: //github.com/phalcon/cphalcon.git
Cd cphalcon / build
Sudo ./install - >>>>> Command Response >>>>> php 5.3 is no longer supported
[Root @ server build] php -v Ea-php-cli Copyright 2016 cPanel Inc. PHP 7.0.13 (cli) (built: Nov 14 2016 15:24:28) (NTS) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0 Copyright (c) 1998-2016 Zend Technologies With the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v6.0.4 Copyright (c) 2002-2016 by ionCube Ltd. With Zend OPcache v7.0.13 Copyright (c) 1999-2016 by Zend Technologies [Root @ server build]
What is the reason for this. I have installed PHP version 7 in my server but I am getting this error in PhalconPHP setup, please help me do not have good knowledge on this subject