How to install PHP 5.3.18 on Amazon EC2?

0

I am googling for a while but with no luck. I am looking for quickest way of installing PHP in 5.3.x version on Amazon EC2.

Could someone give me any advice?

Marek

Posted 2013-01-23T14:58:55.273

Reputation: 1

which OS do you have? – poz2k4444 – 2013-01-23T17:59:29.537

1What did you try? what destro are you using? – VeXii – 2013-04-17T15:38:06.087

Answers

1

For PHP 5.3.x:

sudo yum install -y php
sudo yum install -y php-devel

For PHP 5.4:

sudo yum install -y php54

Information taken from:

user

Posted 2013-01-23T14:58:55.273

Reputation: 11