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

Fastest and/or best way to update the Phalcon extension

Since Phalcon just got a new update (happy times), I was wondering: what is the fastest and/or the best way to update the Phalcon extension? I could not quickly find this in the docs or on the forums, but I might have missed it.

To the Phalcon team: keep up the good work!



39.4k
Accepted
answer

For Linux:

cd /home/arothuis/Applications/cphalcon/build
sudo ./install
sudo /etc/init.d/apache2 restart

Windows

Download the appropriate DLL and put it where the old DLL was and then restart your web server