ホームページ >バックエンド開発 >PHPチュートリアル >CentOS7.0 で php5.4 を php5.6 にアップグレードする
元のリンク
php5.6 バージョンをインストールした後は、Zend Guard をインストールする必要はなくなり、代わりに yum コマンドを使用して php-opcache と php-pecl-apcu をインストールします。これにより、PHP の実行が効果的に改善されます。スピード。
yum ソースの設定
rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
インストールされているphpのバージョンを確認する yum list --enablerepo=remi --enablerepo=remi-php56 | php
php5.6yum のインストール --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-pecl-apcu php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php- pecl-xdebug php-pecl-xhprof php-pdo php-pear php-fpm php-cli php-xml php-bcmath php-process php-gd php-common
php バージョンの確認 php -v