The upcoming version of Phalcon 2.1 (starting with RC1) will be beta compatible with PHP7
Phalcon 2.1.x supports beta version of PHP7, we plan to fix any blocking error in the next two weeks before the final version. You can try Phalcon running on PHP7 by compiling from the 2.1.x branch using Zephir:
git clone http://github.com/phalcon/cphalcon cd cphalcon git checkout 2.1.x zephir build --backend=ZendEngine3
Link: https://blog.phalconphp.com/
UPDATE
Due to many changes in Phalcon 2.1, this version will not be backward compatible with older versions. Therefore, the Phalcon development team decided to skip version 2.1 and continue in version 3.0.
And of course, Phalcon 3.0 is now compatible with PHP7 .
Timothy
source share