CentOS-6.7にリポジトリを追加してPHP-5.6をインストールしたメモ
cat /etc/redhat-release
CentOS release 6.7 (Final)
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-11.ius.el6.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
yum erase php*
yum install --enablerepo=remi \
--enablerepo=remi-php56 \
php \
php-opcache \
php-devel \
php-mbstring \
php-mcrypt \
php-mysqlnd \
php-pgsql \
php-phpunit-PHPUnit \
php-pecl-xdebug \
php-pecl-xhprof
Author And Source
この問題について(CentOS-6.7にリポジトリを追加してPHP-5.6をインストールしたメモ), 我々は、より多くの情報をここで見つけました https://qiita.com/wankoromaru/items/73ce5ba4714b6a29616d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .