I'm trying to replicate a production environment so It's very important that I run PHP 5.3.15. The problem is that my dev server is running Centos 6 and the package manager will only install PHP 5.3.3. I've read that Centos 6 is forever tied to PHP 5.3.3 and upgrading is discouraged. Is this true? I've tried to install the PHP 5.3.15 rpm directly but it fails due to dependency issues:
error: Failed dependencies:
libcrypto.so.6()(64bit) is needed by php-common-5.3.15-1.w5.x86_64
libcurl.so.3()(64bit) is needed by php-common-5.3.15-1.w5.x86_64
libssl.so.6()(64bit) is needed by php-common-5.3.15-1.w5.x86_64
Should I consider a different Linux distro for my dev environment? I'm newish to all of this so really appreciate someone who can clear this up for me.