LoginSignup
1
0

More than 3 years have passed since last update.

CentOS 8にPHP 8.0, PHP-FPM 8.0をインストール(Remi's RPM repository)

Posted at

はじめに

Remi's RPM repositoryを利用してCentOS8にPHP8.0をインストール
親記事:PHP, PHP-FPMの各種インストール方法とEOLまとめ
参考:Remi's RPM repository

サポート

本手法で導入した場合、PHP: Supported Versions/PHP: Unsupported Branchesより、2023-11-26がEOLになると思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

note

  • 他のPHPモジュールを入れていた場合、下記コマンドでモジュールのリセットが必要
# dnf module reset php

LOG

インストール

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

# dnf install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm
... 略

# dnf module install -y php:remi-8.0
# dnf install -y which
... 略

php-fpm起動/停止

# systemctl start php-fpm
# systemctl status php-fpm
● php-fpm.service - The PHP FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; disabled; vendor preset: disabled)
   Active: active (running) since Fri 2020-11-27 13:59:40 UTC; 41s ago
 Main PID: 271 (php-fpm)
   Status: "Processes active: 0, idle: 5, Requests: 0, slow: 0, Traffic: 0req/sec"
    Tasks: 6 (limit: 8920)
   Memory: 19.5M
   CGroup: /docker/acc0e606a3a3ae90da45bde51910a623ac10fc7d9822f68a03c8eb973969839e/system.slice/php-fpm.service
           tq271 php-fpm: master process (/etc/php-fpm.conf)
           tq272 php-fpm: pool www
           tq273 php-fpm: pool www
           tq274 php-fpm: pool www
           tq275 php-fpm: pool www
           mq276 php-fpm: pool www

Nov 27 13:59:40 acc0e606a3a3 systemd[1]: Starting The PHP FastCGI Process Manager...
Nov 27 13:59:40 acc0e606a3a3 systemd[1]: Started The PHP FastCGI Process Manager.
# systemctl stop php-fpm
# systemctl status php-fpm
● php-fpm.service - The PHP FastCGI Process Manager
   Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; disabled; vendor preset: disabled)
   Active: inactive (dead)

Nov 27 13:59:40 acc0e606a3a3 systemd[1]: Starting The PHP FastCGI Process Manager...
Nov 27 13:59:40 acc0e606a3a3 systemd[1]: Started The PHP FastCGI Process Manager.
Nov 27 14:01:05 acc0e606a3a3 systemd[1]: Stopping The PHP FastCGI Process Manager...
Nov 27 14:01:05 acc0e606a3a3 systemd[1]: Stopped The PHP FastCGI Process Manager.

php-fpm自動起動設定/設定解除

# systemctl enable php-fpm
Created symlink /etc/systemd/system/multi-user.target.wants/php-fpm.service → /usr/lib/systemd/system/php-fpm.service.
# systemctl list-unit-files --type=service |grep php-fpm
php-fpm.service                        enabled
# systemctl disable php-fpm
Removed /etc/systemd/system/multi-user.target.wants/php-fpm.service.
# systemctl list-unit-files --type=service |grep php-fpm
php-fpm.service                        disabled

各種確認

# which php
/usr/bin/php

# php -v
PHP 8.0.0 (cli) (built: Nov 24 2020 17:04:03) ( NTS gcc x86_64 )
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies

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

# which php-fpm
/usr/sbin/php-fpm

# /usr/sbin/php-fpm -v
PHP 8.0.0 (fpm-fcgi) (built: Nov 24 2020 17:04:03)
Copyright (c) The PHP Group
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies

# dnf module info php:remi-8.0
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 0:01:10 ago on Fri Nov 27 14:03:05 2020.
Name             : php
Stream           : remi-8.0 [e] [a]
Version          : 20201127071524
Context          : 00000000
Architecture     : x86_64
Profiles         : common [d] [i], devel, minimal
Default profiles : common
Repo             : remi-modular
Summary          : PHP scripting language
Description      : Alternative php 8.0 module. The remi-8.0 stream provides more recent versions and more packages than default 8.0 stream.
Requires         : platform:[el8]
Artifacts        : apcu-panel-0:5.1.18-7.el8.remi.8.0.noarch
                 : apcu-panel-0:5.1.19-1.el8.remi.8.0.noarch
                 : libzip-0:1.7.3-1.el8.remi.x86_64
                 : libzip-devel-0:1.7.3-1.el8.remi.x86_64
                 : libzip-tools-0:1.7.3-1.el8.remi.x86_64
                 : php-0:8.0.0-1.el8.remi.x86_64
                 : php-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-ast-0:1.0.10-2.el8.remi.8.0.x86_64
                 : php-ast-0:1.0.10-3.el8.remi.8.0.x86_64
                 : php-bcmath-0:8.0.0-1.el8.remi.x86_64
                 : php-bcmath-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-brotli-0:0.11.1-2.el8.remi.8.0.x86_64
                 : php-brotli-0:0.11.1-3.el8.remi.8.0.x86_64
                 : php-cli-0:8.0.0-1.el8.remi.x86_64
                 : php-cli-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-common-0:8.0.0-1.el8.remi.x86_64
                 : php-common-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-componere-0:3.1.2-1.el8.remi.8.0.x86_64
                 : php-dba-0:8.0.0-1.el8.remi.x86_64
                 : php-dba-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-dbg-0:8.0.0-1.el8.remi.x86_64
                 : php-dbg-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-devel-0:8.0.0-1.el8.remi.x86_64
                 : php-devel-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-embedded-0:8.0.0-1.el8.remi.x86_64
                 : php-embedded-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-enchant-0:8.0.0-1.el8.remi.x86_64
                 : php-enchant-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-fedora-autoloader-0:1.0.1-2.el8.remi.noarch
                 : php-fedora-autoloader-devel-0:1.0.1-2.el8.remi.noarch
                 : php-ffi-0:8.0.0-1.el8.remi.x86_64
                 : php-ffi-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-fpm-0:8.0.0-1.el8.remi.x86_64
                 : php-fpm-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-gd-0:8.0.0-1.el8.remi.x86_64
                 : php-gd-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-geos-0:1.0.0-17.el8.remi.8.0.x86_64
                 : php-geos-0:1.0.0-18.el8.remi.8.0.x86_64
                 : php-gmp-0:8.0.0-1.el8.remi.x86_64
                 : php-gmp-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-imap-0:8.0.0-1.el8.remi.x86_64
                 : php-imap-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-intl-0:8.0.0-1.el8.remi.x86_64
                 : php-intl-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-ldap-0:8.0.0-1.el8.remi.x86_64
                 : php-ldap-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-litespeed-0:8.0.0-1.el8.remi.x86_64
                 : php-litespeed-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-lz4-0:0.3.7-1.el8.remi.8.0.x86_64
                 : php-lz4-0:0.4.0-1.el8.remi.8.0.x86_64
                 : php-maxminddb-0:1.7.0-3.el8.remi.8.0.x86_64
                 : php-maxminddb-0:1.8.0-2.el8.remi.8.0.x86_64
                 : php-mbstring-0:8.0.0-1.el8.remi.x86_64
                 : php-mbstring-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-mysqlnd-0:8.0.0-1.el8.remi.x86_64
                 : php-mysqlnd-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-oci8-0:8.0.0-1.el8.remi.x86_64
                 : php-oci8-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-odbc-0:8.0.0-1.el8.remi.x86_64
                 : php-odbc-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-opcache-0:8.0.0-1.el8.remi.x86_64
                 : php-opcache-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-pdlib-0:1.0.2-4.el8.remi.8.0.x86_64
                 : php-pdlib-0:1.0.2-5.el8.remi.8.0.x86_64
                 : php-pdo-0:8.0.0-1.el8.remi.x86_64
                 : php-pdo-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-pdo-dblib-0:8.0.0-1.el8.remi.x86_64
                 : php-pdo-dblib-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-pdo-firebird-0:8.0.0-1.el8.remi.x86_64
                 : php-pdo-firebird-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-pear-1:1.10.12-2.el8.remi.noarch
                 : php-pear-1:1.10.12-4.el8.remi.noarch
                 : php-pecl-amqp-0:1.10.2-2.el8.remi.8.0.x86_64
                 : php-pecl-amqp-0:1.10.2-3.el8.remi.8.0.x86_64
                 : php-pecl-apcu-0:5.1.18-7.el8.remi.8.0.x86_64
                 : php-pecl-apcu-0:5.1.19-1.el8.remi.8.0.x86_64
                 : php-pecl-apcu-devel-0:5.1.18-7.el8.remi.8.0.x86_64
                 : php-pecl-apcu-devel-0:5.1.19-1.el8.remi.8.0.x86_64
                 : php-pecl-apfd-0:1.0.2-1.el8.remi.8.0.x86_64
                 : php-pecl-apfd-0:1.0.2-2.el8.remi.8.0.x86_64
                 : php-pecl-base58-0:0.1.4-4.el8.remi.8.0.x86_64
                 : php-pecl-base58-0:0.1.4-5.el8.remi.8.0.x86_64
                 : php-pecl-bitset-0:3.0.1-5.el8.remi.8.0.x86_64
                 : php-pecl-couchbase3-0:3.0.4-2.el8.remi.8.0.x86_64
                 : php-pecl-csv-0:0.3.1-2.el8.remi.8.0.x86_64
                 : php-pecl-datadog-trace-0:0.50.0-1.el8.remi.8.0.x86_64
                 : php-pecl-datadog-trace-0:0.51.0-1.el8.remi.8.0.x86_64
                 : php-pecl-dbase-0:7.1.0~RC2-1.el8.remi.8.0.x86_64
                 : php-pecl-dio-0:0.2.0-3.el8.remi.8.0.x86_64
                 : php-pecl-dio-0:0.2.0-4.el8.remi.8.0.x86_64
                 : php-pecl-ds-0:1.3.0-1.el8.remi.8.0.x86_64
                 : php-pecl-ds-0:1.3.0-2.el8.remi.8.0.x86_64
                 : php-pecl-env-0:0.2.1-10.el8.remi.8.0.x86_64
                 : php-pecl-env-0:0.2.1-11.el8.remi.8.0.x86_64
                 : php-pecl-event-0:3.0.0-1.el8.remi.8.0.x86_64
                 : php-pecl-fann-0:1.1.1-18.el8.remi.8.0.x86_64
                 : php-pecl-fann-0:1.1.1-19.el8.remi.8.0.x86_64
                 : php-pecl-geoip-0:1.1.1-14.el8.remi.8.0.x86_64
                 : php-pecl-geospatial-0:0.2.1-3.el8.remi.8.0.x86_64
                 : php-pecl-grpc-0:1.34.0~RC1-1.el8.remi.8.0.x86_64
                 : php-pecl-grpc-0:1.34.0~RC2-1.el8.remi.8.0.x86_64
                 : php-pecl-http-0:4.0.0~beta1-1.el8.remi.8.0.x86_64
                 : php-pecl-http-0:4.0.0~beta1-2.el8.remi.8.0.x86_64
                 : php-pecl-http-devel-0:4.0.0~beta1-1.el8.remi.8.0.x86_64
                 : php-pecl-http-devel-0:4.0.0~beta1-2.el8.remi.8.0.x86_64
                 : php-pecl-http-message-0:0.2.2-3.el8.remi.8.0.x86_64
                 : php-pecl-http-message-0:0.2.2-4.el8.remi.8.0.x86_64
                 : php-pecl-http-message-devel-0:0.2.2-3.el8.remi.8.0.x86_64
                 : php-pecl-http-message-devel-0:0.2.2-4.el8.remi.8.0.x86_64
                 : php-pecl-igbinary-0:3.1.5-3.el8.remi.8.0.x86_64
                 : php-pecl-igbinary-0:3.1.6-1.el8.remi.8.0.x86_64
                 : php-pecl-igbinary-devel-0:3.1.5-3.el8.remi.8.0.x86_64
                 : php-pecl-igbinary-devel-0:3.1.6-1.el8.remi.8.0.x86_64
                 : php-pecl-imagick-0:3.4.4-12.el8.remi.8.0.x86_64
                 : php-pecl-imagick-0:3.4.4-14.el8.remi.8.0.x86_64
                 : php-pecl-imagick-devel-0:3.4.4-12.el8.remi.8.0.x86_64
                 : php-pecl-imagick-devel-0:3.4.4-14.el8.remi.8.0.x86_64
                 : php-pecl-inotify-0:2.0.0-11.el8.remi.8.0.x86_64
                 : php-pecl-inotify-0:2.0.0-12.el8.remi.8.0.x86_64
                 : php-pecl-ip2location-0:8.1.0-1.el8.remi.8.0.x86_64
                 : php-pecl-ip2location-0:8.1.1-1.el8.remi.8.0.x86_64
                 : php-pecl-ip2proxy-0:3.0.0-1.el8.remi.8.0.x86_64
                 : php-pecl-ip2proxy-0:3.0.1-1.el8.remi.8.0.x86_64
                 : php-pecl-json-post-0:1.0.2-3.el8.remi.8.0.x86_64
                 : php-pecl-json-post-0:1.0.2-4.el8.remi.8.0.x86_64
                 : php-pecl-krb5-0:1.1.4-1.el8.remi.8.0.x86_64
                 : php-pecl-krb5-0:1.1.4-2.el8.remi.8.0.x86_64
                 : php-pecl-krb5-devel-0:1.1.4-1.el8.remi.8.0.x86_64
                 : php-pecl-krb5-devel-0:1.1.4-2.el8.remi.8.0.x86_64
                 : php-pecl-lzf-0:1.6.8-3.el8.remi.8.0.x86_64
                 : php-pecl-lzf-0:1.6.8-4.el8.remi.8.0.x86_64
                 : php-pecl-mailparse-0:3.1.1-1.el8.remi.8.0.x86_64
                 : php-pecl-mailparse-0:3.1.1-2.el8.remi.8.0.x86_64
                 : php-pecl-mcrypt-0:1.0.3-4.el8.remi.8.0.x86_64
                 : php-pecl-memcached-0:3.1.5-2.el8.remi.8.0.x86_64
                 : php-pecl-memcached-0:3.1.5-3.el8.remi.8.0.x86_64
                 : php-pecl-memprof-0:2.1.1-1.el8.remi.8.0.x86_64
                 : php-pecl-memprof-0:2.1.2-1.el8.remi.8.0.x86_64
                 : php-pecl-mongodb-0:1.9.0-1.el8.remi.8.0.x86_64
                 : php-pecl-mongodb-0:1.9.0~rc1-1.el8.remi.8.0.x86_64
                 : php-pecl-msgpack-0:2.1.1-2.el8.remi.8.0.x86_64
                 : php-pecl-msgpack-0:2.1.1-3.el8.remi.8.0.x86_64
                 : php-pecl-msgpack-devel-0:2.1.1-2.el8.remi.8.0.x86_64
                 : php-pecl-msgpack-devel-0:2.1.1-3.el8.remi.8.0.x86_64
                 : php-pecl-mustache-0:0.9.2-1.el8.remi.8.0.x86_64
                 : php-pecl-mysqlnd-azure-0:1.1.1-2.el8.remi.8.0.x86_64
                 : php-pecl-oauth-0:2.0.7-1.el8.remi.8.0.x86_64
                 : php-pecl-oauth-0:2.0.7-2.el8.remi.8.0.x86_64
                 : php-pecl-pcov-0:1.0.6-4.el8.remi.8.0.x86_64
                 : php-pecl-pq-0:2.1.8-1.el8.remi.8.0.x86_64
                 : php-pecl-pq-0:2.1.8-2.el8.remi.8.0.x86_64
                 : php-pecl-protobuf-0:3.13.0.1-1.el8.remi.8.0.x86_64
                 : php-pecl-psr-0:1.0.0-5.el8.remi.8.0.x86_64
                 : php-pecl-psr-0:1.0.1-1.el8.remi.8.0.x86_64
                 : php-pecl-psr-devel-0:1.0.0-5.el8.remi.8.0.x86_64
                 : php-pecl-psr-devel-0:1.0.1-1.el8.remi.8.0.x86_64
                 : php-pecl-raphf-0:2.0.1-2.el8.remi.8.0.x86_64
                 : php-pecl-raphf-0:2.0.1-3.el8.remi.8.0.x86_64
                 : php-pecl-raphf-devel-0:2.0.1-2.el8.remi.8.0.x86_64
                 : php-pecl-raphf-devel-0:2.0.1-3.el8.remi.8.0.x86_64
                 : php-pecl-redis5-0:5.3.2-1.el8.remi.8.0.x86_64
                 : php-pecl-redis5-0:5.3.2~RC2-1.el8.remi.8.0.x86_64
                 : php-pecl-rpminfo-0:0.5.1-5.el8.remi.8.0.x86_64
                 : php-pecl-rpminfo-0:0.5.1-6.el8.remi.8.0.x86_64
                 : php-pecl-rrd-0:2.0.1-8.el8.remi.8.0.x86_64
                 : php-pecl-rrd-0:2.0.1-9.el8.remi.8.0.x86_64
                 : php-pecl-runkit7-0:4.0.0~a1-1.el8.remi.8.0.x86_64
                 : php-pecl-runkit7-0:4.0.0~a2-1.el8.remi.8.0.x86_64
                 : php-pecl-scrypt-0:1.4.2-9.el8.remi.8.0.x86_64
                 : php-pecl-selinux-0:0.5.0-3.el8.remi.8.0.x86_64
                 : php-pecl-selinux-0:0.5.0-4.el8.remi.8.0.x86_64
                 : php-pecl-solr2-0:2.5.1-1.el8.remi.8.0.x86_64
                 : php-pecl-solr2-0:2.5.1-2.el8.remi.8.0.x86_64
                 : php-pecl-ssdeep-0:1.1.0-6.el8.remi.8.0.x86_64
                 : php-pecl-ssdeep-0:1.1.0-7.el8.remi.8.0.x86_64
                 : php-pecl-ssh2-0:1.2-3.el8.remi.8.0.x86_64
                 : php-pecl-ssh2-0:1.2-4.el8.remi.8.0.x86_64
                 : php-pecl-swoole4-0:4.5.8-2.el8.remi.8.0.x86_64
                 : php-pecl-swoole4-0:4.5.9-1.el8.remi.8.0.x86_64
                 : php-pecl-swoole4-devel-0:4.5.8-2.el8.remi.8.0.x86_64
                 : php-pecl-swoole4-devel-0:4.5.9-1.el8.remi.8.0.x86_64
                 : php-pecl-translit-0:0.7.0-5.el8.remi.8.0.x86_64
                 : php-pecl-translit-0:0.7.1-1.el8.remi.8.0.x86_64
                 : php-pecl-uuid-0:1.1.0-4.el8.remi.8.0.x86_64
                 : php-pecl-uuid-0:1.2.0-1.el8.remi.8.0.x86_64
                 : php-pecl-vips-0:1.0.12-2.el8.remi.8.0.x86_64
                 : php-pecl-vips-0:1.0.12-3.el8.remi.8.0.x86_64
                 : php-pecl-xattr-0:1.4.0-3.el8.remi.8.0.x86_64
                 : php-pecl-xattr-0:1.4.0-4.el8.remi.8.0.x86_64
                 : php-pecl-xdebug3-0:3.0.0-1.el8.remi.8.0.x86_64
                 : php-pecl-xdebug3-0:3.0.0~rc1-1.el8.remi.8.0.x86_64
                 : php-pecl-xdiff-0:2.0.1-8.el8.remi.8.0.x86_64
                 : php-pecl-xhprof-0:2.2.2-1.el8.remi.8.0.x86_64
                 : php-pecl-xhprof-0:2.2.3-1.el8.remi.8.0.x86_64
                 : php-pecl-xlswriter-0:1.3.6-8.el8.remi.8.0.x86_64
                 : php-pecl-xlswriter-0:1.3.6-9.el8.remi.8.0.x86_64
                 : php-pecl-xmldiff-0:1.1.2-15.el8.remi.8.0.x86_64
                 : php-pecl-xmldiff-0:1.1.2-16.el8.remi.8.0.x86_64
                 : php-pecl-xmldiff-devel-0:1.1.2-15.el8.remi.8.0.x86_64
                 : php-pecl-xmldiff-devel-0:1.1.2-16.el8.remi.8.0.x86_64
                 : php-pecl-xmlrpc-0:1.0.0~DEV.20200602-3.el8.remi.8.0.x86_64
                 : php-pecl-xmlrpc-0:1.0.0~DEV.20200602-4.el8.remi.8.0.x86_64
                 : php-pecl-yac-0:2.2.1-2.el8.remi.8.0.x86_64
                 : php-pecl-yac-0:2.2.1-3.el8.remi.8.0.x86_64
                 : php-pecl-yaconf-0:1.1.0-2.el8.remi.8.0.x86_64
                 : php-pecl-yaconf-0:1.1.0-3.el8.remi.8.0.x86_64
                 : php-pecl-yaconf-devel-0:1.1.0-2.el8.remi.8.0.x86_64
                 : php-pecl-yaconf-devel-0:1.1.0-3.el8.remi.8.0.x86_64
                 : php-pecl-yaml-0:2.2.0~b2-1.el8.remi.8.0.x86_64
                 : php-pecl-yaml-0:2.2.0~b2-2.el8.remi.8.0.x86_64
                 : php-pecl-yaz-0:1.2.3-4.el8.remi.8.0.x86_64
                 : php-pecl-zip-0:1.19.1-1.el8.remi.8.0.x86_64
                 : php-pecl-zip-0:1.19.2-1.el8.remi.8.0.x86_64
                 : php-pecl-zmq-0:1.1.3-13.el8.remi.8.0.x86_64
                 : php-pecl-zmq-0:1.1.3-14.el8.remi.8.0.x86_64
                 : php-pgsql-0:8.0.0-1.el8.remi.x86_64
                 : php-pgsql-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-phpiredis-0:1.0.1-1.el8.remi.8.0.x86_64
                 : php-phpiredis-0:1.0.1-2.el8.remi.8.0.x86_64
                 : php-process-0:8.0.0-1.el8.remi.x86_64
                 : php-process-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-pspell-0:8.0.0-1.el8.remi.x86_64
                 : php-pspell-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-realpath-turbo-0:2.0.0-1.el8.remi.8.0.x86_64
                 : php-realpath-turbo-0:2.0.0-2.el8.remi.8.0.x86_64
                 : php-smbclient-0:1.0.0-8.el8.remi.8.0.x86_64
                 : php-smbclient-0:1.0.0-9.el8.remi.8.0.x86_64
                 : php-snappy-0:0.2.0-1.el8.remi.8.0.x86_64
                 : php-snappy-0:0.2.0-2.el8.remi.8.0.x86_64
                 : php-snmp-0:8.0.0-1.el8.remi.x86_64
                 : php-snmp-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-soap-0:8.0.0-1.el8.remi.x86_64
                 : php-soap-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-sodium-0:8.0.0-1.el8.remi.x86_64
                 : php-sodium-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-sqlsrv-0:5.9.0~preview1-1.el8.remi.8.0.x86_64
                 : php-tidy-0:8.0.0-1.el8.remi.x86_64
                 : php-tidy-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-xml-0:8.0.0-1.el8.remi.x86_64
                 : php-xml-0:8.0.0~rc5-9.el8.remi.x86_64
                 : php-zstd-0:0.9.0-3.el8.remi.8.0.x86_64
                 : php-zstd-0:0.9.0-4.el8.remi.8.0.x86_64
                 : php-zstd-devel-0:0.9.0-3.el8.remi.8.0.x86_64
                 : php-zstd-devel-0:0.9.0-4.el8.remi.8.0.x86_64
                 : unit-php-0:1.20.0-1.el8.remi.8.0.x86_64
                 : unit-php-0:1.21.0-1.el8.remi.8.0.x86_64
                 : xhprof-0:2.2.2-1.el8.remi.8.0.noarch
                 : xhprof-0:2.2.3-1.el8.remi.8.0.noarch

Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled, [a]ctive
1
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
1
0