0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Phalcon

Posted at

Phalcon

インストール

  • GitHub からダウンロード
# git clone git://github.com/phalcon/cphalcon.git /usr/local/src/cphalcon
  • ビルド / インストール
# cd /usr/local/src/cphalcon/build
# ./install

モジュール追加

  • 以下の内容で /usr/local/phpenv/versions/5.5.18/etc/conf.d/phalcon.ini を作成
extension=phalcon.so

設定の再読み込み

  • phpenv 反映
# phpenv rehash
  • PHP-FPM 再起動
# service php-fpm restart
  • 確認
# php -m | grep phalcon
phalcon
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?