I need to deploy Zend Framework app on Ubuntu. I've downloaded Ubuntu desktop, installed using apt-get apache+php+mysql, but PHP turned out to be not the latest 5.3, but 5.2.1 and even mysql extension is missing.
I understand I can get somewhere a fresh php installation, get dependent libs (like curl or libxml2) compile them one by one and then I get full-features latest PHP bundle.
But is there anywhere already full PHP bundle with latest version and all libs to get ZF app running very quickly?