はじめに
Remi's RPM repositoryを利用してCentOS8にPHP7.3をインストール
親記事:PHP, PHP-FPMの各種インストール方法とEOLまとめ
参考:Remi's RPM repository
サポート
本手法で導入した場合、[PHP: Supported Versions] (https://www.php.net/supported-versions.php)/[PHP: Unsupported Branches](https://www.php.net/eol.php)より、2021-12-06が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.3
... 略
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-09-26 06:23:47 EDT; 4s ago
Main PID: 3537 (php-fpm)
Status: "Ready to handle connections"
Tasks: 6 (limit: 11109)
Memory: 19.7M
CGroup: /system.slice/php-fpm.service
tq3537 php-fpm: master process (/etc/php-fpm.conf)
tq3538 php-fpm: pool www
tq3539 php-fpm: pool www
tq3540 php-fpm: pool www
tq3541 php-fpm: pool www
mq3542 php-fpm: pool www
Sep 26 06:23:47 localhost.localdomain systemd[1]: Starting The PHP FastCGI Process Manager...
Sep 26 06:23:47 localhost.localdomain 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)
Sep 26 05:53:22 localhost.localdomain systemd[1]: Stopping The PHP FastCGI Process Manager...
Sep 26 05:53:22 localhost.localdomain systemd[1]: Stopped The PHP FastCGI Process Manager.
Sep 26 06:15:30 localhost.localdomain systemd[1]: Starting The PHP FastCGI Process Manager...
Sep 26 06:15:30 localhost.localdomain systemd[1]: Started The PHP FastCGI Process Manager.
Sep 26 06:15:59 localhost.localdomain systemd[1]: Stopping The PHP FastCGI Process Manager...
Sep 26 06:15:59 localhost.localdomain systemd[1]: Stopped The PHP FastCGI Process Manager.
Sep 26 06:23:47 localhost.localdomain systemd[1]: Starting The PHP FastCGI Process Manager...
Sep 26 06:23:47 localhost.localdomain systemd[1]: Started The PHP FastCGI Process Manager.
Sep 26 06:24:28 localhost.localdomain systemd[1]: Stopping The PHP FastCGI Process Manager...
Sep 26 06:24:28 localhost.localdomain 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.3.10 (cli) (built: Sep 24 2019 09:20:18) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.10, Copyright (c) 1998-2018 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.3.10 (fpm-fcgi) (built: Sep 24 2019 09:20:18)
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.10, Copyright (c) 1998-2018 Zend Technologies
# dnf module info php:remi-7.3
Last metadata expiration check: 0:07:25 ago on Wed 25 Sep 2019 10:36:43 AM EDT.
Name : php
Stream : remi-7.3 [e] [a]
Version : 20190925112515
Context : 00000000
Profiles : common [d] [i], devel, minimal
Default profiles : common
Repo : remi-modular
Summary : PHP scripting language
Description : Alternative php 7.3 module. The remi-7.3 stream provides more recent versions and more packages than default 7.3 stream.
Artifacts : apcu-panel-0:5.1.17-1.el8.remi.7.3.noarch
: apcu-panel-0:5.1.17-2.el8.remi.7.3.noarch
: libzip-0:1.5.1-1.el8.remi.x86_64
: libzip-0:1.5.2-1.el8.remi.x86_64
: libzip-devel-0:1.5.1-1.el8.remi.x86_64
: libzip-devel-0:1.5.2-1.el8.remi.x86_64
: libzip-tools-0:1.5.1-1.el8.remi.x86_64
: libzip-tools-0:1.5.2-1.el8.remi.x86_64
: php-0:7.3.10-1.el8.remi.x86_64
: php-0:7.3.9-1.el8.remi.x86_64
: php-ast-0:1.0.2-1.el8.remi.7.3.x86_64
: php-ast-0:1.0.3-1.el8.remi.7.3.x86_64
: php-bcmath-0:7.3.10-1.el8.remi.x86_64
: php-bcmath-0:7.3.9-1.el8.remi.x86_64
: php-brotli-0:0.6.2-1.el8.remi.7.3.x86_64
: php-brotli-0:0.7.0-1.el8.remi.7.3.x86_64
: php-cli-0:7.3.10-1.el8.remi.x86_64
: php-cli-0:7.3.9-1.el8.remi.x86_64
: php-common-0:7.3.10-1.el8.remi.x86_64
: php-common-0:7.3.9-1.el8.remi.x86_64
: php-componere-0:3.1.0-1.el8.remi.7.3.x86_64
: php-componere-0:3.1.1-1.el8.remi.7.3.x86_64
: php-dba-0:7.3.10-1.el8.remi.x86_64
: php-dba-0:7.3.9-1.el8.remi.x86_64
: php-dbg-0:7.3.10-1.el8.remi.x86_64
: php-dbg-0:7.3.9-1.el8.remi.x86_64
: php-devel-0:7.3.10-1.el8.remi.x86_64
: php-devel-0:7.3.9-1.el8.remi.x86_64
: php-embedded-0:7.3.10-1.el8.remi.x86_64
: php-embedded-0:7.3.9-1.el8.remi.x86_64
: php-enchant-0:7.3.10-1.el8.remi.x86_64
: php-enchant-0:7.3.9-1.el8.remi.x86_64
: php-fpm-0:7.3.10-1.el8.remi.x86_64
: php-fpm-0:7.3.9-1.el8.remi.x86_64
: php-gd-0:7.3.10-1.el8.remi.x86_64
: php-gd-0:7.3.9-1.el8.remi.x86_64
: php-geos-0:1.0.0-11.el8.remi.7.3.x86_64
: php-gmp-0:7.3.10-1.el8.remi.x86_64
: php-gmp-0:7.3.9-1.el8.remi.x86_64
: php-horde-horde-lz4-0:1.0.10-6.el8.remi.7.3.x86_64
: php-imap-0:7.3.10-1.el8.remi.x86_64
: php-imap-0:7.3.9-1.el8.remi.x86_64
: php-intl-0:7.3.10-1.el8.remi.x86_64
: php-intl-0:7.3.9-1.el8.remi.x86_64
: php-ioncube-loader-0:10.3.7-1.el8.remi.7.3.x86_64
: php-ioncube-loader-0:10.3.8-1.el8.remi.7.3.x86_64
: php-json-0:7.3.10-1.el8.remi.x86_64
: php-json-0:7.3.9-1.el8.remi.x86_64
: php-ldap-0:7.3.10-1.el8.remi.x86_64
: php-ldap-0:7.3.9-1.el8.remi.x86_64
: php-libvirt-0:0.5.4-3.el8.remi.7.3.x86_64
: php-libvirt-doc-0:0.5.4-3.el8.remi.7.3.noarch
: php-litespeed-0:7.3.10-1.el8.remi.x86_64
: php-litespeed-0:7.3.9-1.el8.remi.x86_64
: php-lz4-0:0.3.4-3.el8.remi.7.3.x86_64
: php-lz4-0:0.3.6-1.el8.remi.7.3.x86_64
: php-maxmind-db-reader-0:1.4.0-1.el8.remi.noarch
: php-maxminddb-0:1.4.0-1.el8.remi.7.3.x86_64
: php-maxminddb-0:1.4.1-1.el8.remi.7.3.x86_64
: php-mbstring-0:7.3.10-1.el8.remi.x86_64
: php-mbstring-0:7.3.9-1.el8.remi.x86_64
: php-mysqlnd-0:7.3.10-1.el8.remi.x86_64
: php-mysqlnd-0:7.3.9-1.el8.remi.x86_64
: php-oci8-0:7.3.10-1.el8.remi.x86_64
: php-oci8-0:7.3.9-1.el8.remi.x86_64
: php-odbc-0:7.3.10-1.el8.remi.x86_64
: php-odbc-0:7.3.9-1.el8.remi.x86_64
: php-opcache-0:7.3.10-1.el8.remi.x86_64
: php-opcache-0:7.3.9-1.el8.remi.x86_64
: php-pdo-0:7.3.10-1.el8.remi.x86_64
: php-pdo-0:7.3.9-1.el8.remi.x86_64
: php-pdo-dblib-0:7.3.10-1.el8.remi.x86_64
: php-pdo-dblib-0:7.3.9-1.el8.remi.x86_64
: php-pear-1:1.10.9-2.el8.remi.noarch
: php-pear-1:1.10.9-3.el8.remi.noarch
: php-pecl-ahocorasick-0:0.0.6-1.el8.remi.7.3.x86_64
: php-pecl-ahocorasick-0:0.0.7-1.el8.remi.7.3.x86_64
: php-pecl-amqp-0:1.9.3-6.el8.remi.7.3.x86_64
: php-pecl-amqp-0:1.9.4-6.el8.remi.7.3.x86_64
: php-pecl-apcu-0:5.1.17-1.el8.remi.7.3.x86_64
: php-pecl-apcu-0:5.1.17-2.el8.remi.7.3.x86_64
: php-pecl-apcu-bc-0:1.0.4-3.el8.remi.7.3.x86_64
: php-pecl-apcu-bc-0:1.0.5-1.el8.remi.7.3.x86_64
: php-pecl-apcu-devel-0:5.1.17-1.el8.remi.7.3.x86_64
: php-pecl-apcu-devel-0:5.1.17-2.el8.remi.7.3.x86_64
: php-pecl-apfd-0:1.0.1-12.el8.remi.7.3.x86_64
: php-pecl-base58-0:0.1.3-1.el8.remi.7.3.x86_64
: php-pecl-base58-0:0.1.4-1.el8.remi.7.3.x86_64
: php-pecl-bitset-0:3.0.1-3.el8.remi.7.3.x86_64
: php-pecl-cassandra-0:1.3.2-4.el8.remi.7.3.x86_64
: php-pecl-cmark-0:1.1.0-3.el8.remi.7.3.x86_64
: php-pecl-cmark-0:1.2.0-1.el8.remi.7.3.x86_64
: php-pecl-couchbase2-0:2.6.0-1.el8.remi.7.3.x86_64
: php-pecl-couchbase2-0:2.6.1-1.el8.remi.7.3.x86_64
: php-pecl-crypto-0:0.3.1-7.el8.remi.7.3.x86_64
: php-pecl-datadog-trace-0:0.30.0-1.el8.remi.7.3.x86_64
: php-pecl-datadog-trace-0:0.30.2-1.el8.remi.7.3.x86_64
: php-pecl-dbase-0:7.0.0-0.7.RC1.el8.remi.7.3.x86_64
: php-pecl-dbase-0:7.0.0-1.el8.remi.7.3.x86_64
: php-pecl-decimal-0:1.2.0-1.el8.remi.7.3.x86_64
: php-pecl-decimal-0:1.3.0-1.el8.remi.7.3.x86_64
: php-pecl-dio-0:0.1.0-6.el8.remi.7.3.x86_64
: php-pecl-druid-0:1.0.0-3.el8.remi.7.3.x86_64
: php-pecl-ds-0:1.2.8-1.el8.remi.7.3.x86_64
: php-pecl-ds-0:1.2.9-1.el8.remi.7.3.x86_64
: php-pecl-eio-0:2.0.4-2.el8.remi.7.3.x86_64
: php-pecl-env-0:0.2.1-7.el8.remi.7.3.x86_64
: php-pecl-ev-0:1.0.6-2.el8.remi.7.3.x86_64
: php-pecl-event-0:2.5.2-2.el8.remi.7.3.x86_64
: php-pecl-event-0:2.5.3-1.el8.remi.7.3.x86_64
: php-pecl-fann-0:1.1.1-6.el8.remi.7.3.x86_64
: php-pecl-gearman-0:2.0.5-3.el8.remi.7.3.x86_64
: php-pecl-gearman-0:2.0.6-1.el8.remi.7.3.x86_64
: php-pecl-gender-0:1.1.0-13.el8.remi.7.3.x86_64
: php-pecl-geoip-0:1.1.1-6.el8.remi.7.3.x86_64
: php-pecl-geospatial-0:0.2.0-3.el8.remi.7.3.x86_64
: php-pecl-geospatial-0:0.2.1-1.el8.remi.7.3.x86_64
: php-pecl-gmagick-0:2.0.5~RC1-4.el8.remi.7.3.x86_64
: php-pecl-gnupg-0:1.4.0-7.el8.remi.7.3.x86_64
: php-pecl-grpc-0:1.22.0-1.el8.remi.7.3.x86_64
: php-pecl-grpc-0:1.23.0-1.el8.remi.7.3.x86_64
: php-pecl-handlebars-0:0.8.3-1.el8.remi.7.3.x86_64
: php-pecl-handlebars-devel-0:0.8.3-1.el8.remi.7.3.x86_64
: php-pecl-hdr-histogram-0:0.3.0-6.el8.remi.7.3.x86_64
: php-pecl-hdr-histogram-0:0.3.0-7.el8.remi.7.3.x86_64
: php-pecl-hprose-0:1.6.7-1.el8.remi.7.3.x86_64
: php-pecl-hprose-0:1.6.8-1.el8.remi.7.3.x86_64
: php-pecl-hrtime-0:0.6.0-5.el8.remi.7.3.x86_64
: php-pecl-http-0:3.2.0-4.el8.remi.7.3.x86_64
: php-pecl-http-0:3.2.1-1.el8.remi.7.3.x86_64
: php-pecl-http-devel-0:3.2.0-4.el8.remi.7.3.x86_64
: php-pecl-http-devel-0:3.2.1-1.el8.remi.7.3.x86_64
: php-pecl-http-message-0:0.1.1-1.el8.remi.7.3.x86_64
: php-pecl-http-message-0:0.2.0-1.el8.remi.7.3.x86_64
: php-pecl-http-message-devel-0:0.1.1-1.el8.remi.7.3.x86_64
: php-pecl-http-message-devel-0:0.2.0-1.el8.remi.7.3.x86_64
: php-pecl-igbinary-0:3.0.1-1.el8.remi.7.3.x86_64
: php-pecl-igbinary-0:3.0.1-2.el8.remi.7.3.x86_64
: php-pecl-igbinary-devel-0:3.0.1-1.el8.remi.7.3.x86_64
: php-pecl-igbinary-devel-0:3.0.1-2.el8.remi.7.3.x86_64
: php-pecl-imagick-0:3.4.4-1.el8.remi.7.3.x86_64
: php-pecl-imagick-0:3.4.4-2.el8.remi.7.3.x86_64
: php-pecl-imagick-devel-0:3.4.4-1.el8.remi.7.3.x86_64
: php-pecl-imagick-devel-0:3.4.4-2.el8.remi.7.3.x86_64
: php-pecl-inotify-0:2.0.0-8.el8.remi.7.3.x86_64
: php-pecl-ip2location-0:8.0.1-3.el8.remi.7.3.x86_64
: php-pecl-json-post-0:1.0.1-11.el8.remi.7.3.x86_64
: php-pecl-krb5-0:1.1.2-6.el8.remi.7.3.x86_64
: php-pecl-krb5-devel-0:1.1.2-6.el8.remi.7.3.x86_64
: php-pecl-leveldb-0:0.2.1-4.el8.remi.7.3.x86_64
: php-pecl-lua-0:2.0.5-3.el8.remi.7.3.x86_64
: php-pecl-lua-0:2.0.6-1.el8.remi.7.3.x86_64
: php-pecl-luasandbox-0:3.0.3-1.el8.remi.7.3.x86_64
: php-pecl-lzf-0:1.6.6-5.el8.remi.7.3.x86_64
: php-pecl-lzf-0:1.6.7-1.el8.remi.7.3.x86_64
: php-pecl-mailparse-0:3.0.2-8.el8.remi.7.3.x86_64
: php-pecl-mailparse-0:3.0.3-1.el8.remi.7.3.x86_64
: php-pecl-mcrypt-0:1.0.2-1.el8.remi.7.3.x86_64
: php-pecl-mcrypt-0:1.0.3-1.el8.remi.7.3.x86_64
: php-pecl-memcache-0:4.0.3-1.el8.remi.7.3.x86_64
: php-pecl-memcache-0:4.0.4-1.el8.remi.7.3.x86_64
: php-pecl-memcached-0:3.1.2-1.el8.remi.7.3.x86_64
: php-pecl-memcached-0:3.1.3-1.el8.remi.7.3.x86_64
: php-pecl-memprof-0:2.0.0-5.el8.remi.7.3.x86_64
: php-pecl-mogilefs-0:0.9.3.1-8.el8.remi.7.3.x86_64
: php-pecl-molten-0:0.1.2~beta-5.el8.remi.7.3.x86_64
: php-pecl-mongodb-0:1.5.5-1.el8.remi.7.3.x86_64
: php-pecl-mongodb-0:1.6.0-1.el8.remi.7.3.x86_64
: php-pecl-mosquitto-0:0.4.0-6.el8.remi.7.3.x86_64
: php-pecl-msgpack-0:2.0.3-0.3.20171026.943d272.el8.remi.7.3.x86_64
: php-pecl-msgpack-0:2.0.3-1.el8.remi.7.3.x86_64
: php-pecl-msgpack-devel-0:2.0.3-0.3.20171026.943d272.el8.remi.7.3.x86_64
: php-pecl-msgpack-devel-0:2.0.3-1.el8.remi.7.3.x86_64
: php-pecl-mustache-0:0.8.1-1.el8.remi.7.3.x86_64
: php-pecl-mustache-0:0.9.0-1.el8.remi.7.3.x86_64
: php-pecl-mysql-0:1.0.0-0.20.20180226.647c933.el8.remi.7.3.x86_64
: php-pecl-mysql-xdevapi-0:8.0.16-1.el8.remi.7.3.x86_64
: php-pecl-mysql-xdevapi-0:8.0.17-1.el8.remi.7.3.x86_64
: php-pecl-nsq-0:3.4.2-1.el8.remi.7.3.x86_64
: php-pecl-nsq-0:3.4.3-1.el8.remi.7.3.x86_64
: php-pecl-oauth-0:2.0.3-1.el8.remi.7.3.x86_64
: php-pecl-oci8-0:2.2.0-1.el8.remi.7.3.x86_64
: php-pecl-opencensus-0:0.2.2-3.el8.remi.7.3.x86_64
: php-pecl-parallel-0:1.1.2-1.el8.remi.7.3.x86_64
: php-pecl-parallel-0:1.1.3-1.el8.remi.7.3.x86_64
: php-pecl-parle-0:0.8.1-5.el8.remi.7.3.x86_64
: php-pecl-pcov-0:1.0.5-1.el8.remi.7.3.x86_64
: php-pecl-pcov-0:1.0.6-1.el8.remi.7.3.x86_64
: php-pecl-pdflib-0:4.1.2-3.el8.remi.7.3.x86_64
: php-pecl-pdflib-0:4.1.3-1.el8.remi.7.3.x86_64
: php-pecl-pq-0:2.1.4-4.el8.remi.7.3.x86_64
: php-pecl-pq-0:2.1.5-1.el8.remi.7.3.x86_64
: php-pecl-propro-0:2.1.0-3.el8.remi.7.3.x86_64
: php-pecl-propro-devel-0:2.1.0-3.el8.remi.7.3.x86_64
: php-pecl-protobuf-0:3.9.1-1.el8.remi.7.3.x86_64
: php-pecl-protobuf-0:3.9.2-1.el8.remi.7.3.x86_64
: php-pecl-psr-0:0.6.1-1.el8.remi.7.3.x86_64
: php-pecl-psr-0:0.7.0-1.el8.remi.7.3.x86_64
: php-pecl-psr-devel-0:0.6.1-1.el8.remi.7.3.x86_64
: php-pecl-psr-devel-0:0.7.0-1.el8.remi.7.3.x86_64
: php-pecl-radius-0:1.4.0-0.6.b1.el8.remi.7.3.x86_64
: php-pecl-raphf-0:2.0.0-7.el8.remi.7.3.x86_64
: php-pecl-raphf-devel-0:2.0.0-7.el8.remi.7.3.x86_64
: php-pecl-rar-0:4.0.0-4.el8.remi.7.3.x86_64
: php-pecl-rdkafka-0:3.1.1-1.el8.remi.7.3.x86_64
: php-pecl-rdkafka-0:3.1.2-1.el8.remi.7.3.x86_64
: php-pecl-redis4-0:4.3.0-1.el8.remi.7.3.x86_64
: php-pecl-redis4-0:4.3.0-2.el8.remi.7.3.x86_64
: php-pecl-redis5-0:5.0.1-1.el8.remi.7.3.x86_64
: php-pecl-redis5-0:5.0.2-1.el8.remi.7.3.x86_64
: php-pecl-request-0:1.0.0-0.10.b2.el8.remi.7.3.x86_64
: php-pecl-rpminfo-0:0.2.1-3.el8.remi.7.3.x86_64
: php-pecl-rrd-0:2.0.1-6.el8.remi.7.3.x86_64
: php-pecl-runkit7-0:2.1.0-1.el8.remi.7.3.x86_64
: php-pecl-runkit7-0:3.0.0-1.el8.remi.7.3.x86_64
: php-pecl-sandbox-0:0.1.2-1.el8.remi.7.3.x86_64
: php-pecl-sandbox-0:0.1.3-1.el8.remi.7.3.x86_64
: php-pecl-scoutapm-0:0.0.3-1.el8.remi.7.3.x86_64
: php-pecl-scrypt-0:1.4.2-6.el8.remi.7.3.x86_64
: php-pecl-sdl-0:2.2.2-1.el8.remi.7.3.x86_64
: php-pecl-sdl-0:2.3.0-1.el8.remi.7.3.x86_64
: php-pecl-seasclick-0:0.1.0-1.el8.remi.7.3.x86_64
: php-pecl-seaslog-0:1.9.1-1.el8.remi.7.3.x86_64
: php-pecl-seaslog-0:2.0.2-1.el8.remi.7.3.x86_64
: php-pecl-selinux-0:0.4.2-1.el8.remi.7.3.x86_64
: php-pecl-solr2-0:2.4.0-12.el8.remi.7.3.x86_64
: php-pecl-solr2-0:2.5.0-1.el8.remi.7.3.x86_64
: php-pecl-sphinx-0:1.4.0-0.6.20181116.d958afb.el8.remi.7.3.x86_64
: php-pecl-ssdeep-0:1.1.0-4.el8.remi.7.3.x86_64
: php-pecl-ssh2-0:1.1.2-4.el8.remi.7.3.x86_64
: php-pecl-ssh2-0:1.2-1.el8.remi.7.3.x86_64
: php-pecl-stats-0:2.0.3-6.el8.remi.7.3.x86_64
: php-pecl-stomp-0:2.0.2-3.el8.remi.7.3.x86_64
: php-pecl-swoole4-0:4.4.6-1.el8.remi.7.3.x86_64
: php-pecl-swoole4-0:4.4.7-1.el8.remi.7.3.x86_64
: php-pecl-swoole4-devel-0:4.4.6-1.el8.remi.7.3.x86_64
: php-pecl-swoole4-devel-0:4.4.7-1.el8.remi.7.3.x86_64
: php-pecl-sync-0:1.1.1-5.el8.remi.7.3.x86_64
: php-pecl-taint-0:2.0.5-1.el8.remi.7.3.x86_64
: php-pecl-timecop-0:1.2.10-4.el8.remi.7.3.x86_64
: php-pecl-trace-0:1.0.1-0.5.beta.el8.remi.7.3.x86_64
: php-pecl-trader-0:0.5.0-3.el8.remi.7.3.x86_64
: php-pecl-translit-0:0.6.2-8.el8.remi.7.3.x86_64
: php-pecl-translit-0:0.6.3-1.el8.remi.7.3.x86_64
: php-pecl-uopz-0:6.1.0-1.el8.remi.7.3.x86_64
: php-pecl-uopz-0:6.1.1-1.el8.remi.7.3.x86_64
: php-pecl-uploadprogress-0:1.0.3.1-18.el8.remi.7.3.x86_64
: php-pecl-uuid-0:1.0.4-14.el8.remi.7.3.x86_64
: php-pecl-uv-0:0.2.3-1.el8.remi.7.3.x86_64
: php-pecl-uv-0:0.2.4-1.el8.remi.7.3.x86_64
: php-pecl-varnish-0:1.2.4-3.el8.remi.7.3.x86_64
: php-pecl-vips-0:1.0.9-1.el8.remi.7.3.x86_64
: php-pecl-vld-0:0.15.0-1.el8.remi.7.3.x86_64
: php-pecl-vld-0:0.16.0-1.el8.remi.7.3.x86_64
: php-pecl-xattr-0:1.3.0-7.el8.remi.7.3.x86_64
: php-pecl-xdebug-0:2.7.1-1.el8.remi.7.3.x86_64
: php-pecl-xdebug-0:2.7.2-1.el8.remi.7.3.x86_64
: php-pecl-xdiff-0:2.0.1-5.el8.remi.7.3.x86_64
: php-pecl-xlswriter-0:1.2.8-1.el8.remi.7.3.x86_64
: php-pecl-xlswriter-0:1.2.9-1.el8.remi.7.3.x86_64
: php-pecl-xmldiff-0:1.1.2-13.el8.remi.7.3.x86_64
: php-pecl-xmldiff-devel-0:1.1.2-13.el8.remi.7.3.x86_64
: php-pecl-xxtea-0:1.0.11-7.el8.remi.7.3.x86_64
: php-pecl-yac-0:2.0.2-4.el8.remi.7.3.x86_64
: php-pecl-yaconf-0:1.0.8-0.3.20180622.d5f267a.el8.remi.7.3.x86_64
: php-pecl-yaconf-devel-0:1.0.8-0.3.20180622.d5f267a.el8.remi.7.3.x86_64
: php-pecl-yaf-0:3.0.8-1.el8.remi.7.3.x86_64
: php-pecl-yaml-0:2.0.4-1.el8.remi.7.3.x86_64
: php-pecl-yar-0:2.0.4-3.el8.remi.7.3.x86_64
: php-pecl-yar-0:2.0.5-1.el8.remi.7.3.x86_64
: php-pecl-yaz-0:1.2.3-1.el8.remi.7.3.x86_64
: php-pecl-zip-0:1.15.4-2.el8.remi.7.3.x86_64
: php-pecl-zip-0:1.15.5-1.el8.remi.7.3.x86_64
: php-pecl-zmq-0:1.1.3-8.el8.remi.7.3.x86_64
: php-pggi-0:0.3.0-4.el8.remi.7.3.x86_64
: php-pgsql-0:7.3.10-1.el8.remi.x86_64
: php-pgsql-0:7.3.9-1.el8.remi.x86_64
: php-phalcon3-0:3.4.3-4.el8.remi.7.3.x86_64
: php-phalcon3-0:3.4.4-1.el8.remi.7.3.x86_64
: php-phpiredis-0:1.0.0-11.el8.remi.7.3.x86_64
: php-pinba-0:1.1.1-4.el8.remi.7.3.x86_64
: php-process-0:7.3.10-1.el8.remi.x86_64
: php-process-0:7.3.9-1.el8.remi.x86_64
: php-pspell-0:7.3.10-1.el8.remi.x86_64
: php-pspell-0:7.3.9-1.el8.remi.x86_64
: php-recode-0:7.3.10-1.el8.remi.x86_64
: php-recode-0:7.3.9-1.el8.remi.x86_64
: php-smbclient-0:0.9.0-7.el8.remi.7.3.x86_64
: php-smbclient-0:1.0.0-1.el8.remi.7.3.x86_64
: php-snappy-0:0.1.9-3.el8.remi.7.3.x86_64
: php-snmp-0:7.3.10-1.el8.remi.x86_64
: php-snmp-0:7.3.9-1.el8.remi.x86_64
: php-snuffleupagus-0:0.4.1-1.el8.remi.7.3.x86_64
: php-snuffleupagus-0:0.5.0-1.el8.remi.7.3.x86_64
: php-soap-0:7.3.10-1.el8.remi.x86_64
: php-soap-0:7.3.9-1.el8.remi.x86_64
: php-sodium-0:7.3.10-1.el8.remi.x86_64
: php-sodium-0:7.3.9-1.el8.remi.x86_64
: php-sqlsrv-0:5.6.1-1.el8.remi.7.3.x86_64
: php-sqlsrv-0:5.6.1-2.el8.remi.7.3.x86_64
: php-tidy-0:7.3.10-1.el8.remi.x86_64
: php-tidy-0:7.3.9-1.el8.remi.x86_64
: php-wkhtmltox-0:0.3.2-0.4.20171112.fecc9af.el8.remi.7.3.x86_64
: php-xml-0:7.3.10-1.el8.remi.x86_64
: php-xml-0:7.3.9-1.el8.remi.x86_64
: php-xmlrpc-0:7.3.10-1.el8.remi.x86_64
: php-xmlrpc-0:7.3.9-1.el8.remi.x86_64
: php-zephir-parser-0:1.3.0-1.el8.remi.7.3.x86_64
: php-zephir-parser-0:1.3.1-1.el8.remi.7.3.x86_64
: php-zephir-parser-devel-0:1.3.0-1.el8.remi.7.3.x86_64
: php-zephir-parser-devel-0:1.3.1-1.el8.remi.7.3.x86_64
: php-zstd-0:0.7.3-2.el8.remi.7.3.x86_64
: php-zstd-0:0.7.4-1.el8.remi.7.3.x86_64
: php-zstd-devel-0:0.7.3-2.el8.remi.7.3.x86_64
: php-zstd-devel-0:0.7.4-1.el8.remi.7.3.x86_64
: unit-php-0:1.10.0-1.el8.remi.7.3.x86_64
: unit-php-0:1.11.0-1.el8.remi.7.3.x86_64
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled, [a]ctive]