CentOS6にphp5.6をyumよりインストール




epel remiのインストール


yum install -y epel-release
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

php5.6をインストール

 

yum -y install --enablerepo=remi,remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysql php-pdo php-pgsql php-gd php-phpunit-PHPUnit php-pecl-xdebug php-cli php-common php-xml php-opcache php-mbstring php-mcrypt php-pdo php-mysql phpMyAdmin