はじめに
Remi's RPM repositoryを利用してCentOS6にPHP-FPM5.6をインストール
親記事:PHP, PHP-FPMの各種インストール方法とEOLまとめ
参考:Remi's RPM repository
サポート
本手法で導入した場合、PHP: Supported Versions/PHP: Unsupported Branchesより、2018-12-31がEOLになると思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。
(メンテナーの御慈悲でその後もアップデートされているが、いつまで続くかはわからない)
note
- インストール後の更新は
yum --enablerepo=remi-php56 update
LOG
インストール
# cat /etc/redhat-release
CentOS release 6.10 (Final)
# yum install -y https://rpms.remirepo.net/enterprise/remi-release-6.rpm
... 略
# yum install -y --enablerepo=remi-php56 php-fpm
... 略
=====================================================================
WARNING : PHP 5.6 have reached its "End of Life" in
January 2019. Even, if this package includes some of
the important security fix, backported from 7.1, the
UPGRADE to a maintained version is very strongly RECOMMENDED.
=====================================================================
... 略
php-fpm起動/停止
# service php-fpm start
Starting php-fpm: [ OK ]
# service php-fpm status
php-fpm (pid 184) is running...
# service php-fpm stop
Stopping php-fpm: [ OK ]
# service php-fpm status
php-fpm is stopped
php-fpm自動起動設定/設定解除
# chkconfig php-fpm on
# chkconfig --list php-fpm
php-fpm 0:off 1:off 2:on 3:on 4:on 5:on 6:off
# chkconfig php-fpm off
# chkconfig --list php-fpm
php-fpm 0:off 1:off 2:off 3:off 4:off 5:off 6:off
各種確認
# which php
which: no php in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
# which php-fpm
/usr/sbin/php-fpm
# php-fpm -v
PHP 5.6.40 (fpm-fcgi) (built: Aug 28 2019 15:18:10)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
# yum info php-fpm
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
* base: ty1.mirror.newmediaexpress.com
* epel: nrt.edge.kernel.org
* extras: ty1.mirror.newmediaexpress.com
* remi-safe: ftp.riken.jp
* updates: ty1.mirror.newmediaexpress.com
Installed Packages
Name : php-fpm
Arch : x86_64
Version : 5.6.40
Release : 13.el6.remi
Size : 3.9 M
Repo : installed
From repo : remi-php56
Summary : PHP FastCGI Process Manager
URL : http://www.php.net/
License : PHP and Zend and BSD and MIT and ASL 1.0
Description : PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
: implementation with some additional features useful for sites of
: any size, especially busier sites.
パッケージ更新状況
# rpm -q -changelog php-fpm | head -n 20
* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 5.6.40-13
- mbstring:
Fix CVE-2019-13224 don't allow different encodings for onig_new_deluxe
- pcre:
Fix #75457 heap use-after-free in pcrelib
* Tue Jul 30 2019 Remi Collet <remi@remirepo.net> - 5.6.40-12
- exif:
Fix #78256 heap-buffer-overflow on exif_process_user_comment
CVE-2019-11042
Fix #78222 heap-buffer-overflow on exif_scan_thumbnail
CVE-2019-11041
- phar:
Fix #77919 Potential UAF in Phar RSHUTDOWN
* Tue Jul 02 2019 Remi Collet <remi@remirepo.net> - 5.6.40-11
- use oracle client library version 19.3
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 5.6.40-9
- iconv: