0
I want to install phalcon 3.2 for one of our project that is built using phalcon 3.2, I tried installing it through homebrew, but no taps were found. Moreover, I tried installing it through macport but no phalcon extension is generated in php extensions.
MAC PORTS command to install phalcon
sudo port install php55-phalcon sudo port install php56-phalcon
Apart from that when I install the latest version by cloning the cphalcon repo and the install it through terminal as prescribed in documentation it works fine and extension is created. But for our project we actually need to install phalcon 3.2. Any help will be appreciated.
Repo clone and then installing
git clone git://github.com/phalcon/cphalcon.git cd cphalcon/build sudo ./install
Thanks