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 to update Phalcon?

Hi all,

Please tell me how to find the installed version and how to update Phalcon?



43.9k
edited Jul '14

Hi,

To know which version you have installed, in a file accessible on your webserver just use that code:

<?php phpinfo() ;?>

To update, just download the version (branch) you want (use the select dropdown on github), and follow the usual procedure.