I installed phalcon using homebrew but I need to downgrade for the time being to 1.3 and can't find any documentation on how to do this with on osx.
Thanks
I installed phalcon using homebrew but I need to downgrade for the time being to 1.3 and can't find any documentation on how to do this with on osx.
Thanks
Best answer for OSX users I found from Phalcon forums.
git clone https://github.com/phalcon/cphalcon
cd cphalcon/build
git checkout 1.3.4
sudo ./install