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

Downgrading to Phalcon 1.3 on Ubuntu 15.04

How would I go about doing this?



4.0k

Try:

1.3.5 github

$ git clone -b 1.3.5 https://github.com/phalcon/cphalcon
$ cd cphalcon/build
$ sudo ./install

destination path 'cphalcon' already exists and is not an empty directory.

Try:

1.3.5 github

$ git clone -b 1.3.5 https://github.com/phalcon/cphalcon
$ cd cphalcon/build
$ sudo ./install


4.0k
Accepted
answer

remove current cphalcon dir $ rm -r cphalcon or

$ git clone -b 1.3.5 https://github.com/phalcon/cphalcon cphalcon1.3.5
$ cd cphalcon1.3.5/build
$ sudo ./install