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

PhalconPHP with PHP7

This is a tutorial on how to get PhalconPHP to work with PHP7 , even if its still in dev mode its a good starting point ;)

PHP7 was released on the 3rd of December, 2015. This new version brought forward a large number of new and exiting features (https://php.net/manual/en/migration70.new-features.php) to PHP. Perhaps one of the biggest of the new features is a new Zend Engine (the engine that powers PHP).

https://phalcon.io/phalconphp-and-php7

Nice article! FYI, one of my projects requires the geoip extension, which won't compile from pecl. Applying this patch fixed it for me: https://bugs.php.net/patch-display.php?bug_id=59124&patch=geoip-1.1.0-ipv6-php7.patch&revision=latest

I'm also curious of anyone else is having problems with PHQL... I keep getting this exception: https://github.com/phalcon/cphalcon/blob/cf3c1fe62184d36d24c543c0b4f9993ea8f2445b/phalcon/mvc/model/query.zep#L2466