I have bought a VPS with Debian 7 Wheezy. I have installed LAMP Stack: PHP 5.3, MySQL and Apache2. Then, I have upgraded PHP to 5.6 version using this package: https://packages.dotdeb.org/dists/wheezy-php56/. And I have got stacked here. I don't know what to do in the next step.
1. I am not sure but I don't have FPM. Do I need it? How to check if I have PHP with FPM?
2. I have read in Phalcon's docs that I need a PHP version with "development resources". Is the package of PHP 5.6 that I have insalled a version with development resources? If it's not, how to get it?
3 I have found a tutorial on Digital Ocean https://www.digitalocean.com/community/tutorials/how-to-install-and-get-started-with-phalcon-on-an-ubuntu-12-04-vps but this is for Ubuntu and I am not sure what is diffirent for Debian.
What should I do now to complate the installation and have properly running Phalcon on it? Is it possible at all? Do I need to downgrade to PHP 5.5?