Hi, i am with a problem to install phalcon 3 on ubuntu 14.04, i try run a script:
curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh | sudo bash apt-get install php7.0-phalcon
But doesn't work, i received that a package does not exist, i tried get the last version git, but after install the phalcon the PHP 7.1 don't read the phalcon.ini, if i try put the ini manual the apache does not start. How resolve this problem?
thank you