RHEL 8 AppStreamにはPHP 7.1は含まれていませんか?

RHEL 8 AppStreamにはPHP 7.1は含まれていませんか?

新しいRHEL 8システムがあります。インストールできると思いました。ソフトウェアコレクションによるPHP 7.1。ただし、このパッケージは使用できません。

リポジトリリスト:

$ sudo dnf repolist
Updating Subscription Management repositories.
Tools Repo                                                        1.9 kB/s | 2.1 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)          2.6 kB/s | 2.8 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)             2.2 kB/s | 2.3 kB     00:01
repo id                           repo name                                                status
eww_ITandTEL_MaaS_Tools_Repo      Tools Repo                                                   1
nginx-stable                      nginx stable repo                                           22
rhel-8-for-x86_64-appstream-rpms  Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs) 5,764
rhel-8-for-x86_64-baseos-rpms     Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)    2,097

適用フロー内容:

$ sudo yum module list
[sudo] password for rsx:
Updating Subscription Management repositories.
Tools Repo                                                                                                                                                              2.0 kB/s | 2.1 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)                                                                                                                2.6 kB/s | 2.8 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                                                                                                                   2.3 kB/s | 2.3 kB     00:01
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
Name                                Stream                    Profiles                                                Summary
...
perl-YAML                           1.24 [d]                  common [d]                                              Perl parser for YAML
php                                 7.2 [d]                   common [d], devel, minimal                              PHP scripting language
pki-core                            10.6                                                                              PKI Core
....

バージョン7.2のみ利用可能です。 7.1 欠けている理由は何ですか?

ベストアンサー1

PHP 7.1はRHEL 8では動作しません。Rémiのリポジトリ。 RHEL 8ベータ期間中は利用可能でしたが、リリース前に削除されました。おそらく、PHP 7.1が12月に寿命が終了するからです。RHEL 8リリースノートにはPHP 7.2のみが記載されています。

RHEL 7のソフトウェアコレクションで引き続き使用できるため、PHP 7.1が必要な場合はRHEL 7を使用することをお勧めします。

おすすめ記事