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

Where to obtain Phalcon 2.0

Hi everyone,

I need to downgrade to Phalcon 2.0 for some testing, and I wanted to know where can I obtain it?

I'm using xamp on Windows and it needs to be through a .dll library.

Does anybody know where can I get it? Phalcon 2.0?

Thanks a lot and I would appreciate any info regarding this matter.

Yván



85.5k
Accepted
answer
edited Sep '16
git clone https://github.com/phalcon/cphalcon.git
git checkout 2.0.x #or 2.0.0 or check in tabs hash, for example 2.0.13 hash is 9c66927d02a04bfa87f0a6517a761744e376df42
cd build;
./install

Thanks a lot!!!