Question

I have an application that requires PHP 5.3. Is it possible to specify what version of PHP to run?

Was it helpful?

Solution

It's not currently possible to specify the version of PHP in the PHP and PHP-Worker services. The current version (as of this posting) is 5.4.6-2~lucid+1

If you need a specific version of PHP, it may be possible to use a custom recipe to download and install the specific version your looking for. The following project is an example of such a custom service.

https://github.com/kencochrane/php-on-dotcloud

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top