PHP7 上的 Phalcon?

Phalcon on PHP7?

PhalconPHP 2.0.10 扩展是否支持 PHP 7?

我打算开始学习 Phalcon,我想 运行 在 PHP 7。我找不到一篇文章或博客说 Phalcon 可以 运行 在 PHP 7.

即将推出的 Phalcon 2.1 版本(撰写本文时为 RC1)将具有 Beta PHP7 兼容性

Phalcon 2.1.x has beta PHP7 support, we expect to fix any blocking bug in the next two weeks before the final release. 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

参考:https://blog.phalconphp.com/


更新

由于 Phalcon 2.1 中的许多更改,此版本不会向后兼容旧版本。因此 Phalcon 开发团队决定跳过 2.1 版本并继续使用 3.0。

当然,Phalcon 3.0 现在 PHP7 兼容

php7 的 phalcon 中有很多错误。你不应该在生产中使用它。

即使使用 php 5.x 仍然是 phalcon 是最快的 php 框架可能。

2.1.x 版本部分支持它,你必须用最新的 zephir 编译器编译它(master 分支)