I am getting acquainted with AWS and I'm using Amazon Linux on EC2 to build a LAMP stack.
I read somewhere on the AWS site that the AMI 2013.09 had PHP 5.5 but when I installed it and followed the LAMP tutorial, http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html, I found that version 5.3 was installed.
Have I missed something? Or misread something perhaps?
I can no longer find the URL that detailed what was in 2013.09. Is there resource that details what's in each release?
Amazon Linux provides PHP 5.3, 5.4, and 5.5 as options.
yum install php55
will get the 5.5 version.yum search php
will give you the various packages in a nice list to review.Amazon Linux AMI 2013.09 Release Notes - found with a google search for 'AMI 2013.09'.
Steps (Use sudo only if required)
1) Remove OLD Apache
2) Remove OLD PHP
if it´s a clean installation start from here:
3) Install PHP 5.6 (Apache 2.4 will be automatically installed with this)
4) Make sure all the required PHP extensions are installed
5) If not then install them using
6) To list the other available php extensions
7) PHP 5.6 MySQL extension (Assume you have already installed MySQL)
(NOTE: it is not php56-mysql)
8) Start / Restart Apache
9) Check the version