LoginSignup
0
0

More than 5 years have passed since last update.

php7 de phalconをいじり倒したかった

Posted at

まずは、公式ページを見つつインストール

# dnf -y install --enablerepo=remi-php70 php php-devel pcre-devel gcc make
# cd /usr/local/src
# git clone --depth=1 git://github.com/phalcon/cphalcon.git
# cd cphalcon/build
# ./install.sh

インストールがうま・・・く行かない。

In file included from /usr/local/src/cphalcon/build/64bits/phalcon.zep.c:175:0:
/usr/local/src/cphalcon/build/64bits/phalcon.zep.h:433:8: エラー: 不明な型名 ‘zend_object_value’ です
 static zend_object_value zephir_init_properties_Phalcon_Mvc_Mode

調べてみたら↓

Phalcon still don't support PHP7 so many compilation issues will appear...

phpのバージョン下げて頑張りまっす。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0