Hi all,
Please tell me how to find the installed version and how to update Phalcon?
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.