0
0

More than 3 years have passed since last update.

CentOS 7にPHP 5.5をインストール(SCL)

Last updated at Posted at 2019-09-25

はじめに

Software Collection(SCL)を利用してCentOS7にPHP5.5をインストール
親記事:PHP, PHP-FPMの各種インストール方法とEOLまとめ
参考:Quick Start — Software Collections

サポート

本手法で導入した場合、Red Hat Software Collections Product Life Cycle - Red Hat Customer Portalより、2016-10がEOLだと思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

LOG

インストール

# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

# yum install -y centos-release-scl;yum install -y php55 which;scl enable php55 bash
... 略

各種確認

# which php
/opt/rh/php55/root/usr/bin/php

# php -v
PHP 5.5.21 (cli) (built: Aug 30 2016 13:53:58)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies

# php -i | grep php.ini
Configuration File (php.ini) Path => /opt/rh/php55/root/etc
Loaded Configuration File => /opt/rh/php55/root/etc/php.ini

# rpm -qi php55
Name        : php55
Version     : 2.0
Release     : 1.el7
Architecture: x86_64
Install Date: Tue Sep 24 14:47:38 2019
Group       : Development/Languages
Size        : 0
License     : GPLv2+
Signature   : RSA/SHA1, Sat Nov 28 14:49:20 2015, Key ID 4eb84e71f2ee9d55
Source RPM  : php55-2.0-1.el7.src.rpm
Build Date  : Fri Oct  2 14:47:31 2015
Build Host  : c1bk.rdu2.centos.org
Relocations : (not relocatable)
Packager    : CBS <cbs@centos.org>
Vendor      : CentOS
Summary     : Package that installs PHP 5.5
Description :
This is the main package for php55 Software Collection,
that install PHP 5.5 language.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0