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 upgrade Phalcon in MAC OS ?

Hello Guys.

I have an installed phalcon 3.0.1 with XAMPP and PHP Version 7.0.9.

How I can upgrade from Phalcon 3.0.1 to Phalcon 3.2 version ?

please help me.

Сan I install the new version 3.2 without uninstall the old version 3.0.1? And it's will be working ?

Nope. You can only have one extension version installed.

edited Oct '17

Do I need to uninstall the old version Phalcon 3.0.1 and install new version Phalcon 3.2?

Can you tell me how to do it?



12.1k

If you keep different versions of PHP-FPM you can use different phalcon module on every one. I've used php5 and php7 on the same macbook in the past. But I suggest you to use docker or a virtual machine to do it. It's easier and cleaner and you'll never come back

I just want to install a new version. But I can't install new version because, I have old version. How delete old version and install new version 3.2. ?

? You just install new version same as before. What a problem you have?

Thanks guys, i fix this problem.

When I wrote in the terminal "brew install php70-phalcon". But was error because Phalcon is already installed.

In the terminal instead of the string "brew install php70-phalcon" necessary to write "brew upgrade php70-phalcon"