Installing phalconphp extension on PHP 7.1

wmac1

New member
Joined
Aug 21, 2018
Messages
4
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 ppa:eek:ndrej/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.
 
Thank you very much.

Compiling from source and adding the phalcon.so file as an extension to php.ini worked just fine.

It is very much appreciated.
 
Back
Top