先安装GIT 然后从 git://github.com/phalcon/cphalcon.git 这里下载安装文件 编译完成就可以安装了!

编译
chmod -R 777 cphalcon
1. 创建从C源扩展遵循这些步骤:自动检测你的架构

git clone --depth=1 git://github.com/phalcon/cphalcon.git
cd cphalcon/build
sudo ./install

2. 添加扩展你的php.ini:

extension=phalcon.so

3. 最后,重新启动服务器

相关文章:

  • 2021-09-22
  • 2021-08-29
  • 2022-01-03
  • 2021-04-17
  • 2022-12-23
  • 2021-09-06
猜你喜欢
  • 2021-10-22
  • 2021-11-12
  • 2022-12-23
  • 2021-05-03
相关资源
相似解决方案