Linux SUSE – How to install PHP 5.3.x on SUSE

amazon ec2linuxPHPphp5sles

I'm trying to install php 5.3.x on Suse/linux platform, but whenever I install and check it with phpinfo(); it shows php 5.2.

Any idea how to deal with it? please provide the detailed instructions. Thanks

BTW: I'm using Amazon EC2 with SUSE as its operating system image.

Best Answer

The latest version of SUSE should have PHP 5.3 by default, however maybe you're running an older version?

If so, you'd probably be best off compiling from source. Get the download from here and follow the instructions on how to compile and install.

Related Topic