We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

how to downgrade phalcon 3.0 to phalcon 2.1x

hi, iam currently using phalcon 3.0 but for my project requirement i need to use phalcon 2.1.x. how to downgrade phalcon 3.0 to phalcon 2.1.x

I posted this earier over at but her is a copy: https://forum.phalcon.io/discussion/16473/how-to-install-phalcon-200-for-php-56-in-ubuntu-1604#C49331

Have you tried to build phalcon 2.0 from source https://github.com/phalcon/cphalcon/tree/2.1.x Here is direct link to that download https://github.com/phalcon/cphalcon/archive/2.1.x.zip

It looks like that branch supports 5.6 and the readme should get you pretty far but in case thats not enough I did do a video of building from source. https://www.youtube.com/watch?v=Bp6fR-hCVoE

Now this was on OSX but the major steps would be the same - Install deps from github readme - Build and install the extension - Make sure the extension is in your php.ini file that apache is looking for - Party