trying to install the phalcon with brew, running command in the Terminal:
**brew install php55-phalcon**
==> Installing php55-phalcon from homebrew/homebrew-php
==> Installing php55-phalcon dependency: php55
==> Downloading https://www.php.net/get/php-5.5.19.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php55-5.5.19
==> ./configure --prefix=/usr/local/Cellar/php55/5.5.19 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.5 --with-
==> make
However, the step always got stop at installing the php5, my mac system (osx 10.10) was stuck and I have to shutdown my mac with power off button.
I tried to use brew to install other, it worked, but it doesn't work with installing php.
Could anyone have any idea about this issue?