LoginSignup
9
9

More than 3 years have passed since last update.

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

Posted at

はじめに

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

サポート

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

note

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

LOG

インストール

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

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

# dnf module install -y php:remi-7.4
# 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 Thu 2019-11-28 12:16:59 UTC; 3s ago
 Main PID: 256 (php-fpm)
   Status: "Ready to handle connections"
    Tasks: 6 (limit: 8989)
   Memory: 19.1M
   CGroup: /docker/e2cab96d7e3e1b99f792ef7ce65d73243cf1827b5e5514e8b52aa20550d6c662/system.slice/php-fpm.service
           tq256 php-fpm: master process (/etc/php-fpm.conf)
           tq257 php-fpm: pool www
           tq258 php-fpm: pool www
           tq259 php-fpm: pool www
           tq260 php-fpm: pool www
           mq261 php-fpm: pool www

Nov 28 12:16:59 e2cab96d7e3e systemd[1]: Starting The PHP FastCGI Process Manager...
Nov 28 12:16:59 e2cab96d7e3e 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 28 12:16:59 e2cab96d7e3e systemd[1]: Starting The PHP FastCGI Process Manager...
Nov 28 12:16:59 e2cab96d7e3e systemd[1]: Started The PHP FastCGI Process Manager.
Nov 28 12:18:08 e2cab96d7e3e systemd[1]: Stopping The PHP FastCGI Process Manager...
Nov 28 12:18:08 e2cab96d7e3e 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 7.4.0 (cli) (built: Nov 26 2019 20:13:36) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, 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 7.4.0 (fpm-fcgi) (built: Nov 26 2019 20:13:36)
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies

# dnf module info php:remi-7.4
Failed to set locale, defaulting to C
Last metadata expiration check: 0:06:10 ago on Thu Nov 28 12:16:02 2019.
Name             : php
Stream           : remi-7.4 [e] [a]
Version          : 20191128090017
Context          : 00000000
Profiles         : common [d] [i], devel, minimal
Default profiles : common
Repo             : remi-modular
Summary          : PHP scripting language
Description      : Alternative php 7.4 module. The remi-7.4 stream provides more recent versions and more packages than default 7.4 stream.
Artifacts        : apcu-panel-0:5.1.17-5.el8.remi.7.4.noarch
                 : apcu-panel-0:5.1.18-1.el8.remi.7.4.noarch
                 : libzip-0:1.5.2-1.el8.remi.x86_64
                 : libzip-devel-0:1.5.2-1.el8.remi.x86_64
                 : libzip-tools-0:1.5.2-1.el8.remi.x86_64
                 : php-0:7.4.0-1.el8.remi.x86_64
                 : php-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-ast-0:1.0.4-1.el8.remi.7.4.x86_64
                 : php-ast-0:1.0.5-1.el8.remi.7.4.x86_64
                 : php-bcmath-0:7.4.0-1.el8.remi.x86_64
                 : php-bcmath-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-brotli-0:0.7.0-4.el8.remi.7.4.x86_64
                 : php-cli-0:7.4.0-1.el8.remi.x86_64
                 : php-cli-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-common-0:7.4.0-1.el8.remi.x86_64
                 : php-common-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-componere-0:3.1.0-4.el8.remi.7.4.x86_64
                 : php-componere-0:3.1.1-1.el8.remi.7.4.x86_64
                 : php-dba-0:7.4.0-1.el8.remi.x86_64
                 : php-dba-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-dbg-0:7.4.0-1.el8.remi.x86_64
                 : php-dbg-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-devel-0:7.4.0-1.el8.remi.x86_64
                 : php-devel-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-embedded-0:7.4.0-1.el8.remi.x86_64
                 : php-embedded-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-enchant-0:7.4.0-1.el8.remi.x86_64
                 : php-enchant-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-fedora-autoloader-0:1.0.0-5.el8.remi.noarch
                 : php-ffi-0:7.4.0-1.el8.remi.x86_64
                 : php-ffi-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-fpm-0:7.4.0-1.el8.remi.x86_64
                 : php-fpm-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-gd-0:7.4.0-1.el8.remi.x86_64
                 : php-gd-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-gmp-0:7.4.0-1.el8.remi.x86_64
                 : php-gmp-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-horde-horde-lz4-0:1.0.10-7.el8.remi.7.4.x86_64
                 : php-imap-0:7.4.0-1.el8.remi.x86_64
                 : php-imap-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-intl-0:7.4.0-1.el8.remi.x86_64
                 : php-intl-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-json-0:7.4.0-1.el8.remi.x86_64
                 : php-json-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-ldap-0:7.4.0-1.el8.remi.x86_64
                 : php-ldap-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-libvirt-0:0.5.4-5.el8.remi.7.4.x86_64
                 : php-libvirt-doc-0:0.5.4-5.el8.remi.7.4.noarch
                 : php-litespeed-0:7.4.0-1.el8.remi.x86_64
                 : php-litespeed-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-lz4-0:0.3.6-2.el8.remi.7.4.x86_64
                 : php-maxminddb-0:1.4.1-2.el8.remi.7.4.x86_64
                 : php-maxminddb-0:1.5.0-3.el8.remi.7.4.x86_64
                 : php-mbstring-0:7.4.0-1.el8.remi.x86_64
                 : php-mbstring-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-mysqlnd-0:7.4.0-1.el8.remi.x86_64
                 : php-mysqlnd-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-oci8-0:7.4.0-1.el8.remi.x86_64
                 : php-oci8-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-odbc-0:7.4.0-1.el8.remi.x86_64
                 : php-odbc-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-opcache-0:7.4.0-1.el8.remi.x86_64
                 : php-opcache-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-pdo-0:7.4.0-1.el8.remi.x86_64
                 : php-pdo-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-pdo-dblib-0:7.4.0-1.el8.remi.x86_64
                 : php-pdo-dblib-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-pear-1:1.10.10-1.el8.remi.noarch
                 : php-pear-1:1.10.10-2.el8.remi.noarch
                 : php-pecl-ahocorasick-0:0.0.7-3.el8.remi.7.4.x86_64
                 : php-pecl-amqp-0:1.9.4-9.el8.remi.7.4.x86_64
                 : php-pecl-apcu-0:5.1.17-5.el8.remi.7.4.x86_64
                 : php-pecl-apcu-0:5.1.18-1.el8.remi.7.4.x86_64
                 : php-pecl-apcu-bc-0:1.0.5-3.el8.remi.7.4.x86_64
                 : php-pecl-apcu-devel-0:5.1.17-5.el8.remi.7.4.x86_64
                 : php-pecl-apcu-devel-0:5.1.18-1.el8.remi.7.4.x86_64
                 : php-pecl-apfd-0:1.0.1-13.el8.remi.7.4.x86_64
                 : php-pecl-base58-0:0.1.4-3.el8.remi.7.4.x86_64
                 : php-pecl-bitset-0:3.0.1-4.el8.remi.7.4.x86_64
                 : php-pecl-cassandra-0:1.3.2-8.el8.remi.7.4.x86_64
                 : php-pecl-cmark-0:1.2.0-3.el8.remi.7.4.x86_64
                 : php-pecl-couchbase2-0:2.6.1-2.el8.remi.7.4.x86_64
                 : php-pecl-crypto-0:0.3.1-9.el8.remi.7.4.x86_64
                 : php-pecl-datadog-trace-0:0.34.0-1.el8.remi.7.4.x86_64
                 : php-pecl-datadog-trace-0:0.34.1-1.el8.remi.7.4.x86_64
                 : php-pecl-dbase-0:7.0.0-3.el8.remi.7.4.x86_64
                 : php-pecl-dbase-0:7.0.1-1.el8.remi.7.4.x86_64
                 : php-pecl-decimal-0:1.3.0-3.el8.remi.7.4.x86_64
                 : php-pecl-dio-0:0.1.0-8.el8.remi.7.4.x86_64
                 : php-pecl-druid-0:1.0.0-5.el8.remi.7.4.x86_64
                 : php-pecl-ds-0:1.2.9-2.el8.remi.7.4.x86_64
                 : php-pecl-eio-0:2.0.4-5.el8.remi.7.4.x86_64
                 : php-pecl-env-0:0.2.1-8.el8.remi.7.4.x86_64
                 : php-pecl-ev-0:1.0.6-5.el8.remi.7.4.x86_64
                 : php-pecl-event-0:2.5.3-3.el8.remi.7.4.x86_64
                 : php-pecl-fann-0:1.1.1-14.el8.remi.7.4.x86_64
                 : php-pecl-gearman-0:2.0.5-5.el8.remi.7.4.x86_64
                 : php-pecl-gearman-0:2.0.6-1.el8.remi.7.4.x86_64
                 : php-pecl-gender-0:1.1.0-14.el8.remi.7.4.x86_64
                 : php-pecl-geoip-0:1.1.1-11.el8.remi.7.4.x86_64
                 : php-pecl-geospatial-0:0.2.1-2.el8.remi.7.4.x86_64
                 : php-pecl-gmagick-0:2.0.5~RC1-6.el8.remi.7.4.x86_64
                 : php-pecl-gnupg-0:1.4.0-9.el8.remi.7.4.x86_64
                 : php-pecl-grpc-0:1.24.0-1.el8.remi.7.4.x86_64
                 : php-pecl-grpc-0:1.25.0-1.el8.remi.7.4.x86_64
                 : php-pecl-handlebars-0:0.8.3-2.el8.remi.7.4.x86_64
                 : php-pecl-handlebars-devel-0:0.8.3-2.el8.remi.7.4.x86_64
                 : php-pecl-hdr-histogram-0:0.3.0-10.el8.remi.7.4.x86_64
                 : php-pecl-hdr-histogram-0:0.3.0-9.el8.remi.7.4.x86_64
                 : php-pecl-hprose-0:1.6.8-3.el8.remi.7.4.x86_64
                 : php-pecl-hrtime-0:0.6.0-7.el8.remi.7.4.x86_64
                 : php-pecl-http-0:3.2.2-1.el8.remi.7.4.x86_64
                 : php-pecl-http-0:3.2.3-1.el8.remi.7.4.x86_64
                 : php-pecl-http-devel-0:3.2.2-1.el8.remi.7.4.x86_64
                 : php-pecl-http-devel-0:3.2.3-1.el8.remi.7.4.x86_64
                 : php-pecl-http-message-0:0.2.0-1.el8.remi.7.4.x86_64
                 : php-pecl-http-message-0:0.2.1-1.el8.remi.7.4.x86_64
                 : php-pecl-http-message-devel-0:0.2.0-1.el8.remi.7.4.x86_64
                 : php-pecl-http-message-devel-0:0.2.1-1.el8.remi.7.4.x86_64
                 : php-pecl-igbinary-0:3.0.1-5.el8.remi.7.4.x86_64
                 : php-pecl-igbinary-devel-0:3.0.1-5.el8.remi.7.4.x86_64
                 : php-pecl-imagick-0:3.4.4-6.el8.remi.7.4.x86_64
                 : php-pecl-imagick-devel-0:3.4.4-6.el8.remi.7.4.x86_64
                 : php-pecl-inotify-0:2.0.0-10.el8.remi.7.4.x86_64
                 : php-pecl-ip2location-0:8.0.1-5.el8.remi.7.4.x86_64
                 : php-pecl-json-post-0:1.0.1-12.el8.remi.7.4.x86_64
                 : php-pecl-krb5-0:1.1.2-8.el8.remi.7.4.x86_64
                 : php-pecl-krb5-devel-0:1.1.2-8.el8.remi.7.4.x86_64
                 : php-pecl-leveldb-0:0.2.1-6.el8.remi.7.4.x86_64
                 : php-pecl-lua-0:2.0.6-3.el8.remi.7.4.x86_64
                 : php-pecl-luasandbox-0:3.0.3-4.el8.remi.7.4.x86_64
                 : php-pecl-lzf-0:1.6.7-3.el8.remi.7.4.x86_64
                 : php-pecl-mailparse-0:3.0.3-3.el8.remi.7.4.x86_64
                 : php-pecl-mcrypt-0:1.0.2-4.el8.remi.7.4.x86_64
                 : php-pecl-mcrypt-0:1.0.3-1.el8.remi.7.4.x86_64
                 : php-pecl-memcache-0:4.0.4-4.el8.remi.7.4.x86_64
                 : php-pecl-memcached-0:3.1.3-4.el8.remi.7.4.x86_64
                 : php-pecl-memcached-0:3.1.4-1.el8.remi.7.4.x86_64
                 : php-pecl-memprof-0:2.0.0-6.el8.remi.7.4.x86_64
                 : php-pecl-mogilefs-0:0.9.3.1-10.el8.remi.7.4.x86_64
                 : php-pecl-mongodb-0:1.5.5-3.el8.remi.7.4.x86_64
                 : php-pecl-mongodb-0:1.6.0-1.el8.remi.7.4.x86_64
                 : php-pecl-mosquitto-0:0.4.0-7.el8.remi.7.4.x86_64
                 : php-pecl-msgpack-0:2.0.3-3.el8.remi.7.4.x86_64
                 : php-pecl-msgpack-devel-0:2.0.3-3.el8.remi.7.4.x86_64
                 : php-pecl-mustache-0:0.9.0-4.el8.remi.7.4.x86_64
                 : php-pecl-mysql-0:1.0.0-0.23.20190415.d7643af.el8.remi.7.4.x86_64
                 : php-pecl-mysql-xdevapi-0:8.0.17-3.el8.remi.7.4.x86_64
                 : php-pecl-mysql-xdevapi-0:8.0.18-1.el8.remi.7.4.x86_64
                 : php-pecl-mysqlnd-azure-0:1.0.1-1.el8.remi.7.4.x86_64
                 : php-pecl-mysqlnd-azure-0:1.0.2-1.el8.remi.7.4.x86_64
                 : php-pecl-nsq-0:3.4.3-1.el8.remi.7.4.x86_64
                 : php-pecl-nsq-0:3.5.0-1.el8.remi.7.4.x86_64
                 : php-pecl-oauth-0:2.0.3-6.el8.remi.7.4.x86_64
                 : php-pecl-opencensus-0:0.2.2-5.el8.remi.7.4.x86_64
                 : php-pecl-parallel-0:1.1.3-1.el8.remi.7.4.x86_64
                 : php-pecl-parle-0:0.8.1-8.el8.remi.7.4.x86_64
                 : php-pecl-pcov-0:1.0.6-2.el8.remi.7.4.x86_64
                 : php-pecl-pdflib-0:4.1.2-5.el8.remi.7.4.x86_64
                 : php-pecl-pdflib-0:4.1.3-1.el8.remi.7.4.x86_64
                 : php-pecl-pq-0:2.1.5-4.el8.remi.7.4.x86_64
                 : php-pecl-propro-0:2.1.0-5.el8.remi.7.4.x86_64
                 : php-pecl-propro-devel-0:2.1.0-5.el8.remi.7.4.x86_64
                 : php-pecl-psr-0:0.7.0-2.el8.remi.7.4.x86_64
                 : php-pecl-psr-devel-0:0.7.0-2.el8.remi.7.4.x86_64
                 : php-pecl-radius-0:1.4.0-0.7.b1.el8.remi.7.4.x86_64
                 : php-pecl-raphf-0:2.0.0-9.el8.remi.7.4.x86_64
                 : php-pecl-raphf-0:2.0.1-1.el8.remi.7.4.x86_64
                 : php-pecl-raphf-devel-0:2.0.0-9.el8.remi.7.4.x86_64
                 : php-pecl-raphf-devel-0:2.0.1-1.el8.remi.7.4.x86_64
                 : php-pecl-rar-0:4.0.0-6.el8.remi.7.4.x86_64
                 : php-pecl-rdkafka-0:3.1.2-2.el8.remi.7.4.x86_64
                 : php-pecl-rdkafka4-0:4.0.0-1.el8.remi.7.4.x86_64
                 : php-pecl-recode-0:1.0.0~DEV.20190723-3.el8.remi.7.4.x86_64
                 : php-pecl-redis5-0:5.1.0-1.el8.remi.7.4.x86_64
                 : php-pecl-redis5-0:5.1.1-1.el8.remi.7.4.x86_64
                 : php-pecl-rpminfo-0:0.2.1-5.el8.remi.7.4.x86_64
                 : php-pecl-rrd-0:2.0.1-7.el8.remi.7.4.x86_64
                 : php-pecl-sandbox-0:0.1.2-2.el8.remi.7.4.x86_64
                 : php-pecl-sandbox-0:0.1.3-1.el8.remi.7.4.x86_64
                 : php-pecl-scoutapm-0:1.0.1-1.el8.remi.7.4.x86_64
                 : php-pecl-scoutapm-0:1.0.2-1.el8.remi.7.4.x86_64
                 : php-pecl-scrypt-0:1.4.2-8.el8.remi.7.4.x86_64
                 : php-pecl-sdl-0:2.2.2-2.el8.remi.7.4.x86_64
                 : php-pecl-sdl-0:2.3.0-1.el8.remi.7.4.x86_64
                 : php-pecl-seasclick-0:0.1.0-3.el8.remi.7.4.x86_64
                 : php-pecl-seaslog-0:2.0.2-3.el8.remi.7.4.x86_64
                 : php-pecl-selinux-0:0.4.2-2.el8.remi.7.4.x86_64
                 : php-pecl-solr2-0:2.5.0-3.el8.remi.7.4.x86_64
                 : php-pecl-sphinx-0:1.4.0-0.8.20181116.d958afb.el8.remi.7.4.x86_64
                 : php-pecl-ssdeep-0:1.1.0-5.el8.remi.7.4.x86_64
                 : php-pecl-ssh2-0:1.1.2-6.el8.remi.7.4.x86_64
                 : php-pecl-ssh2-0:1.2-1.el8.remi.7.4.x86_64
                 : php-pecl-stats-0:2.0.3-8.el8.remi.7.4.x86_64
                 : php-pecl-stomp-0:2.0.2-5.el8.remi.7.4.x86_64
                 : php-pecl-swoole4-0:4.4.10-1.el8.remi.7.4.x86_64
                 : php-pecl-swoole4-0:4.4.12-1.el8.remi.7.4.x86_64
                 : php-pecl-swoole4-devel-0:4.4.10-1.el8.remi.7.4.x86_64
                 : php-pecl-swoole4-devel-0:4.4.12-1.el8.remi.7.4.x86_64
                 : php-pecl-sync-0:1.1.1-6.el8.remi.7.4.x86_64
                 : php-pecl-trader-0:0.5.0-5.el8.remi.7.4.x86_64
                 : php-pecl-translit-0:0.6.3-4.el8.remi.7.4.x86_64
                 : php-pecl-uopz-0:6.1.0-5.el8.remi.7.4.x86_64
                 : php-pecl-uopz-0:6.1.1-1.el8.remi.7.4.x86_64
                 : php-pecl-uploadprogress-0:1.0.3.1-20.el8.remi.7.4.x86_64
                 : php-pecl-uuid-0:1.0.4-16.el8.remi.7.4.x86_64
                 : php-pecl-uuid-0:1.0.5-1.el8.remi.7.4.x86_64
                 : php-pecl-uv-0:0.2.4-3.el8.remi.7.4.x86_64
                 : php-pecl-varnish-0:1.2.4-4.el8.remi.7.4.x86_64
                 : php-pecl-vips-0:1.0.10-1.el8.remi.7.4.x86_64
                 : php-pecl-vips-0:1.0.9-3.el8.remi.7.4.x86_64
                 : php-pecl-vld-0:0.16.0-3.el8.remi.7.4.x86_64
                 : php-pecl-wddx-0:1.0.0~DEV.20190320-6.el8.remi.7.4.x86_64
                 : php-pecl-xattr-0:1.3.0-8.el8.remi.7.4.x86_64
                 : php-pecl-xdebug-0:2.8.0-1.el8.remi.7.4.x86_64
                 : php-pecl-xdebug-0:2.8.0~beta2-2.el8.remi.7.4.x86_64
                 : php-pecl-xdiff-0:2.0.1-7.el8.remi.7.4.x86_64
                 : php-pecl-xlswriter-0:1.3.1-2.el8.remi.7.4.x86_64
                 : php-pecl-xlswriter-0:1.3.2-1.el8.remi.7.4.x86_64
                 : php-pecl-xmldiff-0:1.1.2-14.el8.remi.7.4.x86_64
                 : php-pecl-xmldiff-devel-0:1.1.2-14.el8.remi.7.4.x86_64
                 : php-pecl-xxtea-0:1.0.11-8.el8.remi.7.4.x86_64
                 : php-pecl-yac-0:2.0.2-6.el8.remi.7.4.x86_64
                 : php-pecl-yaconf-0:1.0.8-0.4.20180622.d5f267a.el8.remi.7.4.x86_64
                 : php-pecl-yaconf-devel-0:1.0.8-0.4.20180622.d5f267a.el8.remi.7.4.x86_64
                 : php-pecl-yaml-0:2.0.4-4.el8.remi.7.4.x86_64
                 : php-pecl-yaz-0:1.2.3-3.el8.remi.7.4.x86_64
                 : php-pecl-zip-0:1.15.4-7.el8.remi.7.4.x86_64
                 : php-pecl-zip-0:1.15.5-1.el8.remi.7.4.x86_64
                 : php-pecl-zmq-0:1.1.3-10.el8.remi.7.4.x86_64
                 : php-pecl-zmq-0:1.1.3-11.el8.remi.7.4.x86_64
                 : php-pggi-0:0.4.0-1.el8.remi.7.4.x86_64
                 : php-pggi-0:0.4.1-1.el8.remi.7.4.x86_64
                 : php-pgsql-0:7.4.0-1.el8.remi.x86_64
                 : php-pgsql-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-phalcon4-0:4.0.0~rc.2-1.el8.remi.7.4.x86_64
                 : php-phalcon4-0:4.0.0~rc.3-1.el8.remi.7.4.x86_64
                 : php-phpiredis-0:1.0.0-13.el8.remi.7.4.x86_64
                 : php-pinba-0:1.1.1-6.el8.remi.7.4.x86_64
                 : php-process-0:7.4.0-1.el8.remi.x86_64
                 : php-process-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-pspell-0:7.4.0-1.el8.remi.x86_64
                 : php-pspell-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-smbclient-0:1.0.0-4.el8.remi.7.4.x86_64
                 : php-snappy-0:0.1.9-4.el8.remi.7.4.x86_64
                 : php-snmp-0:7.4.0-1.el8.remi.x86_64
                 : php-snmp-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-soap-0:7.4.0-1.el8.remi.x86_64
                 : php-soap-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-sodium-0:7.4.0-1.el8.remi.x86_64
                 : php-sodium-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-sqlsrv-0:5.6.1-5.el8.remi.7.4.x86_64
                 : php-sqlsrv-0:5.7.0~preview-1.el8.remi.7.4.x86_64
                 : php-tidy-0:7.4.0-1.el8.remi.x86_64
                 : php-tidy-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-wkhtmltox-0:0.3.2-0.5.20171112.fecc9af.el8.remi.7.4.x86_64
                 : php-xml-0:7.4.0-1.el8.remi.x86_64
                 : php-xml-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-xmlrpc-0:7.4.0-1.el8.remi.x86_64
                 : php-xmlrpc-0:7.4.0~RC6-15.el8.remi.x86_64
                 : php-zephir-parser-0:1.3.1-2.el8.remi.7.4.x86_64
                 : php-zephir-parser-0:1.3.2-1.el8.remi.7.4.x86_64
                 : php-zephir-parser-devel-0:1.3.1-2.el8.remi.7.4.x86_64
                 : php-zephir-parser-devel-0:1.3.2-1.el8.remi.7.4.x86_64
                 : php-zstd-0:0.7.4-2.el8.remi.7.4.x86_64
                 : php-zstd-devel-0:0.7.4-2.el8.remi.7.4.x86_64
                 : unit-php-0:1.12.0-1.el8.remi.7.4.x86_64
                 : unit-php-0:1.13.0-1.el8.remi.7.4.x86_64

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