Hello,
I have both PHP 5.5 and 7.1 on my server along with Nginx. I followed the steps I used to perform on raw ubuntu 16.04 servers:
sudo add-apt-repository ppandrej/php
sudo apt-get update
sudo apt-get install php7.1-phalcon
The installation gives no error but since the php 7.1 and 5.5 paths are possibly different, the extension is not activated properly.
Could someone please help me to install the extension on php 7.1 ?
Thanks.
I have both PHP 5.5 and 7.1 on my server along with Nginx. I followed the steps I used to perform on raw ubuntu 16.04 servers:
sudo add-apt-repository ppandrej/php
sudo apt-get update
sudo apt-get install php7.1-phalcon
The installation gives no error but since the php 7.1 and 5.5 paths are possibly different, the extension is not activated properly.
Could someone please help me to install the extension on php 7.1 ?
Thanks.