We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon with PHP 5.6.4

Hello so I have just updated to PHP 5.6.4 (Ubuntu) and Phalcon stopped working and when I try to use the new installation method on Ubuntu via the repo I get an error that "php5-phalcon : Depends: phpapi-20121212". Is there any way how to resolve it or just downgrade and wait for updates?



9.4k
Accepted
answer

I just resolved it by installing it the old way - github clone and build

Can you explain how did you solve it? I have been trying to install via clone and zepire complie but getting same error. I am not able to install PHALCON 2.0.0 on Ubuntu. Thanx for heads up buddy.

I just resolved it by installing it the old way - github clone and build

If you are using Phalcon 2

Suggestion:

cd phalcon-dir
git pull --rebase origin 2.0.0

zephir fullclean
zephir install