Five days ago, Phalcon release it's new version to 3.0 . But my version was still 2.0.13. In Phalcon's doc site, the installation on mac was
brew install php56-phalcon
I've checked that phalcon version on homebrew's site was 2.0.13 too :(
So anyone who knows how to update phalcon to the latest version on mac?
Asked
Active
Viewed 253 times
0

wizcheu
- 840
- 2
- 9
- 17
2 Answers
2
The easiest way is to download appropriate file from https://github.com/majksner/php-phalcon-mamp (based on php version you have) and put it in your php extensions folder. If you're gonna contribute or debug phalcon code you should compile it from source available here: https://github.com/phalcon/cphalcon

Luke
- 2,350
- 6
- 26
- 41
0
You just can try to compile it from sources. https://github.com/phalcon/cphalcon#linuxunixmac

denblackstache
- 81
- 7