0
0

More than 3 years have passed since last update.

Debian 8にPHP-FPM 5.6をインストール(OS標準)

Posted at

はじめに

Debian8にPHP-FPM5.6を標準インストール
親記事:PHP, PHP-FPMの各種インストール方法とEOLまとめ

LOG

インストール

# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

# apt update -y;apt install -y php5-fpm
... 略

各種確認

# which php5
/usr/bin/php5

# which php5-fpm
/usr/sbin/php5-fpm

# php5 -v
PHP 5.6.40-0+deb8u6 (cli) (built: Sep 15 2019 11:18:30)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

# php5-fpm -v
PHP 5.6.40-0+deb8u6 (fpm-fcgi) (built: Sep 15 2019 11:23:43)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies

# apt show php5-fpm
Package: php5-fpm
Source: php5
Version: 5.6.40+dfsg-0+deb8u6
Installed-Size: 9286 kB
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Depends: libapparmor1 (>= 2.7.0~beta1+bzr1772), libbz2-1.0, libc6 (>= 2.15), libcomerr2 (>= 1.01), libdb5.3, libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libonig2 (>= 5.9.5), libpcre3 (>= 1:8.35), libqdbm14 (>= 1.8.74), libssl1.0.0 (>= 1.0.1), libsystemd0, libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.18~), mime-support, php5-common (= 5.6.40+dfsg-0+deb8u6), php5-cli, php5-json, libmagic1, ucf, tzdata
Suggests: php-pear
Homepage: https://secure.php.net/
Section: php
Priority: optional
Download-Size: 2213 kB
APT-Manual-Installed: yes
APT-Sources: http://security.debian.org/debian-security/ jessie/updates/main amd64 Packages
Description: server-side, HTML-embedded scripting language (FPM-CGI binary)

N: There is 1 additional record. Please use the '-a' switch to see it


# apt show php5-fpm -a
Package: php5-fpm
Source: php5
Version: 5.6.40+dfsg-0+deb8u6
Installed-Size: 9286 kB
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Depends: libapparmor1 (>= 2.7.0~beta1+bzr1772), libbz2-1.0, libc6 (>= 2.15), libcomerr2 (>= 1.01), libdb5.3, libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libonig2 (>= 5.9.5), libpcre3 (>= 1:8.35), libqdbm14 (>= 1.8.74), libssl1.0.0 (>= 1.0.1), libsystemd0, libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.18~), mime-support, php5-common (= 5.6.40+dfsg-0+deb8u6), php5-cli, php5-json, libmagic1, ucf, tzdata
Suggests: php-pear
Homepage: https://secure.php.net/
Section: php
Priority: optional
Download-Size: 2213 kB
APT-Manual-Installed: yes
APT-Sources: http://security.debian.org/debian-security/ jessie/updates/main amd64 Packages
Description: server-side, HTML-embedded scripting language (FPM-CGI binary)

Package: php5-fpm
Source: php5
Version: 5.6.33+dfsg-0+deb8u1
Installed-Size: 9286 kB
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Depends: libapparmor1 (>= 2.7.0~beta1+bzr1772), libbz2-1.0, libc6 (>= 2.15), libcomerr2 (>= 1.01), libdb5.3, libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2), libonig2 (>= 5.9.5), libpcre3 (>= 1:8.35), libqdbm14 (>= 1.8.74), libssl1.0.0 (>= 1.0.1), libsystemd0, libxml2 (>= 2.9.0), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.18~), mime-support, php5-common (= 5.6.33+dfsg-0+deb8u1), php5-cli, php5-json, libmagic1, ucf, tzdata
Suggests: php-pear
Homepage: https://secure.php.net/
Tag: devel::interpreter, devel::lang:php, devel::web, implemented-in::c,
 role::shared-lib, secteam::squeeze-limited-support,
 secteam::wheezy-limited-support, web::scripting
Section: php
Priority: optional
Download-Size: 2213 kB
APT-Sources: http://deb.debian.org/debian/ jessie/main amd64 Packages
Description: server-side, HTML-embedded scripting language (FPM-CGI binary)
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