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

steps to upgrade from 1.1 to 1.2

hi any steps in upgrading? it would be good if we add it in documentation

In your home directory

rm -rf cphalcon/
git clone https://github.com/phalcon/cphalcon/
cd cphalcon
git checkout 1.2.0
cd ext
 ./install

/etc/init.d/php5-fpm restart


98.9k

1.2 is now available on master:

git clone https://github.com/phalcon/cphalcon/
cd cphalcon/build
sudo ./install


10.8k

Great Thanks!