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을 사용하는 것이 좋습니다.

관련 정보