wget http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh epel-release-6-5.noarch.rpm
rpm -Uvh remi-release-6.rpm
yum --enablerepo=remi install php php-devel php-pdo \
php-common mysql mysql-server php-mysql httpd \
mysql-devel mysql-connector-odbc libdbi-dbd-mysql \
php-gd php-xml php-mbstring php-ldap php-pear \
php-xmlrpc httpd-manual mod_ssl mod_perl mod_auth_mysql
yum --enablerepo=remi install php-fpm php-eaccelerator