0

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

Arthur
  • 2,622
  • 4
  • 28
  • 46
  • Asking for tutorials/documentation is EXPLICITLY off-topic – Marc B Aug 18 '16 at 16:44
  • 1
    Before your question gets deleted, you may want to take a look on this lovely guide that Timothy made: https://stackoverflow.com/questions/38710352/downgrade-phalcon-from-previous-version – Nikolay Mihaylov Aug 18 '16 at 16:47

1 Answers1

1

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
Arthur
  • 2,622
  • 4
  • 28
  • 46