前提条件
vagrantにsshで接続
スーパーユーザになっている
yum update済み
・リポジトリのインストール
rpm -ivh --force http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh --force http://rpms.famillecollet.com/enterprise/remi-release-6.rpm・php各種インストール
yum install --enablerepo=remi --enablerepo=remi-php55 php php-devel php-mbstring php-fpm php-mysql php-mcrypt・バージョンの確認
php --versionphp5.5が入っていれば完了!
・phpinfo()を確認する方はこちらを参照(nginx)
http://qiita.com/utano320/items/36b6eac2bbd5bb5657f6