I have looked around the site & docs but can not find any info on server requirements for running Phalcon, especially regarding MySQL. I can find some mixed info regarding supported PHP versions which in one place says "5.x", somewhere else it says, ">= 5.3" and somewhere else it says, ">= 5.4".
I need to redevelop some pretty old, out of date apps on a Centos 5.11 server that is running older versions of PHP and MySQL, because some of the current apps are not compatible with later versions.
The server's current version of MySQL is 4.1.22 and server is running both PHP 4.4.8 (default) & PHP 5.2.9. I may be able to update PHP 5.2.9 to later version. However I can not update MySQL or the default PHP 4.4.8 due to the requirements of the current apps. What I ideally want to do is redevelop the apps using Phalcon, test them at intervals on the production server, roll them out one at a time and then update MySQL, PHP etc.
As I said, I have been unable to find any requirements for MySQL version and only vague requirements for PHP version for either Phalcon 1.x or 2.x. Any info would be greatfully received!