CentOS 6.5の標準リポジトリだとPHPが5.3なので、5.5をインストールする方法を調べました。
remiリポジトリを追加
rpm -uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
PHPインストール
remiのremi-php55レポジトリにphp5.5が用意されているのでenablerepoで指定します。
yum install --enablerepo=remi-php55 php
CentOS 6.5の標準リポジトリだとPHPが5.3なので、5.5をインストールする方法を調べました。
rpm -uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
remiのremi-php55レポジトリにphp5.5が用意されているのでenablerepoで指定します。
yum install --enablerepo=remi-php55 php
コメント