Action not permitted
Modal body text goes here.
cve-2020-7062
Vulnerability from cvelistv5
Published
2020-02-27 20:25
Modified
2024-09-16 22:24
Severity ?
EPSS score ?
Summary
Null Pointer Dereference in PHP Session Upload Progress
References
▼ | URL | Tags | |
---|---|---|---|
security@php.net | http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html | Mailing List, Third Party Advisory | |
security@php.net | https://bugs.php.net/bug.php?id=79221 | Exploit, Vendor Advisory | |
security@php.net | https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html | Mailing List, Third Party Advisory | |
security@php.net | https://security.gentoo.org/glsa/202003-57 | Third Party Advisory | |
security@php.net | https://usn.ubuntu.com/4330-1/ | Third Party Advisory | |
security@php.net | https://www.debian.org/security/2020/dsa-4717 | Third Party Advisory | |
security@php.net | https://www.debian.org/security/2020/dsa-4719 | Third Party Advisory | |
security@php.net | https://www.tenable.com/security/tns-2021-14 | Third Party Advisory |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T09:18:03.016Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.php.net/bug.php?id=79221" }, { "name": "openSUSE-SU-2020:0341", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html" }, { "name": "GLSA-202003-57", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20200326 [SECURITY] [DLA 2160-1] php5 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html" }, { "name": "USN-4330-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4330-1/" }, { "name": "DSA-4717", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "https://www.debian.org/security/2020/dsa-4717" }, { "name": "DSA-4719", "tags": [ "vendor-advisory", "x_refsource_DEBIAN", "x_transferred" ], "url": "https://www.debian.org/security/2020/dsa-4719" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://www.tenable.com/security/tns-2021-14" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "PHP", "vendor": "PHP Group", "versions": [ { "lessThan": "7.3.15", "status": "affected", "version": "7.3.x", "versionType": "custom" }, { "lessThan": "7.4.3", "status": "affected", "version": "7.4.x", "versionType": "custom" }, { "lessThan": "7.2.28", "status": "affected", "version": "7.2.x", "versionType": "custom" } ] } ], "configurations": [ { "lang": "en", "value": "file_uploads=1\nsession.upload_progress.enabled=1\nsession.upload_progress.cleanup=0" } ], "credits": [ { "lang": "en", "value": "Reported by ryat@php.net" } ], "datePublic": "2020-02-17T00:00:00", "descriptions": [ { "lang": "en", "value": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-476", "description": "CWE-476 NULL Pointer Dereference", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-07-22T17:06:46", "orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "shortName": "php" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.php.net/bug.php?id=79221" }, { "name": "openSUSE-SU-2020:0341", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html" }, { "name": "GLSA-202003-57", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20200326 [SECURITY] [DLA 2160-1] php5 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html" }, { "name": "USN-4330-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4330-1/" }, { "name": "DSA-4717", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "https://www.debian.org/security/2020/dsa-4717" }, { "name": "DSA-4719", "tags": [ "vendor-advisory", "x_refsource_DEBIAN" ], "url": "https://www.debian.org/security/2020/dsa-4719" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://www.tenable.com/security/tns-2021-14" } ], "source": { "defect": [ "https://bugs.php.net/bug.php?id=79221" ], "discovery": "EXTERNAL" }, "title": "Null Pointer Dereference in PHP Session Upload Progress", "workarounds": [ { "lang": "en", "value": "Disable file uploading, file upload tracking or enable session.upload_progress.cleanup." } ], "x_generator": { "engine": "Vulnogram 0.0.9" }, "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "DATE_PUBLIC": "2020-02-17T16:21:00.000Z", "ID": "CVE-2020-7062", "STATE": "PUBLIC", "TITLE": "Null Pointer Dereference in PHP Session Upload Progress" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "PHP", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "7.3.x", "version_value": "7.3.15" }, { "version_affected": "\u003c", "version_name": "7.4.x", "version_value": "7.4.3" }, { "version_affected": "\u003c", "version_name": "7.2.x", "version_value": "7.2.28" } ] } } ] }, "vendor_name": "PHP Group" } ] } }, "configuration": [ { "lang": "en", "value": "file_uploads=1\nsession.upload_progress.enabled=1\nsession.upload_progress.cleanup=0" } ], "credit": [ { "lang": "eng", "value": "Reported by ryat@php.net" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-476 NULL Pointer Dereference" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=79221", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=79221" }, { "name": "openSUSE-SU-2020:0341", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html" }, { "name": "GLSA-202003-57", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20200326 [SECURITY] [DLA 2160-1] php5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html" }, { "name": "USN-4330-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4330-1/" }, { "name": "DSA-4717", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2020/dsa-4717" }, { "name": "DSA-4719", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2020/dsa-4719" }, { "name": "https://www.tenable.com/security/tns-2021-14", "refsource": "CONFIRM", "url": "https://www.tenable.com/security/tns-2021-14" } ] }, "source": { "defect": [ "https://bugs.php.net/bug.php?id=79221" ], "discovery": "EXTERNAL" }, "work_around": [ { "lang": "en", "value": "Disable file uploading, file upload tracking or enable session.upload_progress.cleanup." } ] } } }, "cveMetadata": { "assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "assignerShortName": "php", "cveId": "CVE-2020-7062", "datePublished": "2020-02-27T20:25:15.153032Z", "dateReserved": "2020-01-15T00:00:00", "dateUpdated": "2024-09-16T22:24:49.661Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2020-7062\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2020-02-27T21:15:19.037\",\"lastModified\":\"2022-01-01T19:30:48.393\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.\"},{\"lang\":\"es\",\"value\":\"En PHP versiones 7.2.x por debajo de 7.2.28, versiones 7.3.x por debajo de 7.3.15 y versiones 7.4.x por debajo de 7.4.3, cuando es usada la funcionalidad de carga de archivos, si el seguimiento de progreso de carga est\u00e1 habilitado, pero session.upload_progress.cleanup est\u00e1 ajustado en 0 (deshabilitado), y la carga del archivo presenta un fallo, el procedimiento de carga intentar\u00eda limpiar los datos que no existan y encontrar\u00eda una desreferencia del puntero null, lo que probablemente conllevar\u00eda a un bloqueo.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:N/A:P\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\",\"baseScore\":4.3},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":8.6,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]},{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.2.0\",\"versionEndIncluding\":\"7.2.27\",\"matchCriteriaId\":\"C6DEDF33-5700-450F-980D-8CA598A53DED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.3.0\",\"versionEndIncluding\":\"7.3.14\",\"matchCriteriaId\":\"1CA6A47B-6146-4361-AED1-4263B7911C6C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.0\",\"versionEndIncluding\":\"7.4.2\",\"matchCriteriaId\":\"D73AA9E0-B622-41A6-9E5B-924051D4CA61\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"B620311B-34A3-48A6-82DF-6F078D7A4493\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C11E6FB0-C8C0-4527-9AA0-CB9B316F8F43\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:-:*:*:*\",\"matchCriteriaId\":\"CB66DB75-2B16-4EBF-9B93-CE49D8086E41\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"815D70A8-47D3-459C-A32C-9FEACA0659D1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"7A5301BF-1402-4BE0-A0F8-69FBE79BC6D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A31C8344-3E02-4EB8-8BD8-4C84B7959624\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=79221\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-57\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/4330-1/\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2020/dsa-4717\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2020/dsa-4719\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.tenable.com/security/tns-2021-14\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
gsd-2020-7062
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-7062", "description": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.", "id": "GSD-2020-7062", "references": [ "https://www.suse.com/security/cve/CVE-2020-7062.html", "https://www.debian.org/security/2020/dsa-4719", "https://www.debian.org/security/2020/dsa-4717", "https://access.redhat.com/errata/RHSA-2020:5275", "https://access.redhat.com/errata/RHSA-2020:3662", "https://ubuntu.com/security/CVE-2020-7062", "https://advisories.mageia.org/CVE-2020-7062.html", "https://alas.aws.amazon.com/cve/html/CVE-2020-7062.html", "https://linux.oracle.com/cve/CVE-2020-7062.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-7062" ], "details": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.", "id": "GSD-2020-7062", "modified": "2023-12-13T01:21:51.633133Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "DATE_PUBLIC": "2020-02-17T16:21:00.000Z", "ID": "CVE-2020-7062", "STATE": "PUBLIC", "TITLE": "Null Pointer Dereference in PHP Session Upload Progress" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "PHP", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "7.3.x", "version_value": "7.3.15" }, { "version_affected": "\u003c", "version_name": "7.4.x", "version_value": "7.4.3" }, { "version_affected": "\u003c", "version_name": "7.2.x", "version_value": "7.2.28" } ] } } ] }, "vendor_name": "PHP Group" } ] } }, "configuration": [ { "lang": "eng", "value": "file_uploads=1\nsession.upload_progress.enabled=1\nsession.upload_progress.cleanup=0\n" } ], "credit": [ { "lang": "eng", "value": "Reported by ryat@php.net" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash." } ] }, "generator": { "engine": "Vulnogram 0.0.9" }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-476 NULL Pointer Dereference" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=79221", "refsource": "MISC", "url": "https://bugs.php.net/bug.php?id=79221" }, { "name": "openSUSE-SU-2020:0341", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html" }, { "name": "GLSA-202003-57", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20200326 [SECURITY] [DLA 2160-1] php5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html" }, { "name": "USN-4330-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4330-1/" }, { "name": "DSA-4717", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2020/dsa-4717" }, { "name": "DSA-4719", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2020/dsa-4719" }, { "name": "https://www.tenable.com/security/tns-2021-14", "refsource": "CONFIRM", "url": "https://www.tenable.com/security/tns-2021-14" } ] }, "source": { "defect": [ "https://bugs.php.net/bug.php?id=79221" ], "discovery": "EXTERNAL" }, "work_around": [ { "lang": "eng", "value": "Disable file uploading, file upload tracking or enable session.upload_progress.cleanup." } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "7.2.27", "versionStartIncluding": "7.2.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "7.3.14", "versionStartIncluding": "7.3.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "7.4.2", "versionStartIncluding": "7.4.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:-:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:esm:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "ID": "CVE-2020-7062" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-476" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.php.net/bug.php?id=79221", "refsource": "MISC", "tags": [ "Exploit", "Vendor Advisory" ], "url": "https://bugs.php.net/bug.php?id=79221" }, { "name": "openSUSE-SU-2020:0341", "refsource": "SUSE", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html" }, { "name": "GLSA-202003-57", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202003-57" }, { "name": "[debian-lts-announce] 20200326 [SECURITY] [DLA 2160-1] php5 security update", "refsource": "MLIST", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html" }, { "name": "USN-4330-1", "refsource": "UBUNTU", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4330-1/" }, { "name": "DSA-4717", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4717" }, { "name": "DSA-4719", "refsource": "DEBIAN", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4719" }, { "name": "https://www.tenable.com/security/tns-2021-14", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://www.tenable.com/security/tns-2021-14" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2022-01-01T19:30Z", "publishedDate": "2020-02-27T21:15Z" } } }
ghsa-rrwc-c46p-f3v6
Vulnerability from github
Published
2022-05-24 17:09
Modified
2022-05-24 17:09
Details
In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.
{ "affected": [], "aliases": [ "CVE-2020-7062" ], "database_specific": { "cwe_ids": [ "CWE-476" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2020-02-27T21:15:00Z", "severity": "MODERATE" }, "details": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.", "id": "GHSA-rrwc-c46p-f3v6", "modified": "2022-05-24T17:09:52Z", "published": "2022-05-24T17:09:52Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7062" }, { "type": "WEB", "url": "https://bugs.php.net/bug.php?id=79221" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/03/msg00034.html" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202003-57" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4330-1" }, { "type": "WEB", "url": "https://www.debian.org/security/2020/dsa-4717" }, { "type": "WEB", "url": "https://www.debian.org/security/2020/dsa-4719" }, { "type": "WEB", "url": "https://www.tenable.com/security/tns-2021-14" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00023.html" } ], "schema_version": "1.4.0", "severity": [] }
rhsa-2020_3662
Vulnerability from csaf_redhat
Published
2020-09-08 10:06
Modified
2024-11-05 22:41
Summary
Red Hat Security Advisory: php:7.3 security, bug fix, and enhancement update
Notes
Topic
An update for the php:7.3 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: php (7.3.20). (BZ#1856655)
Security Fix(es):
* php: Out-of-bounds read due to integer overflow in iconv_mime_decode_headers() (CVE-2019-11039)
* php: Buffer over-read in exif_read_data() (CVE-2019-11040)
* php: DirectoryIterator class accepts filenames with embedded \0 byte and treats them as terminating at that byte (CVE-2019-11045)
* php: Information disclosure in exif_read_data() (CVE-2019-11047)
* php: Integer wraparounds when receiving multipart forms (CVE-2019-11048)
* oniguruma: Use-after-free in onig_new_deluxe() in regext.c (CVE-2019-13224)
* oniguruma: NULL pointer dereference in match_at() in regexec.c (CVE-2019-13225)
* oniguruma: Stack exhaustion in regcomp.c because of recursion in regparse.c (CVE-2019-16163)
* oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c (CVE-2019-19203)
* oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c (CVE-2019-19204)
* pcre: Out of bounds read in JIT mode when \X is used in non-UTF mode (CVE-2019-20454)
* php: Out of bounds read in php_strip_tags_ex (CVE-2020-7059)
* php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function (CVE-2020-7060)
* php: NULL pointer dereference in PHP session upload progress (CVE-2020-7062)
* php: Files added to tar with Phar::buildFromIterator have all-access permissions (CVE-2020-7063)
* php: Information disclosure in exif_read_data() function (CVE-2020-7064)
* php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution (CVE-2020-7065)
* php: Heap buffer over-read in exif_scan_thumbnail() (CVE-2019-11041)
* php: Heap buffer over-read in exif_process_user_comment() (CVE-2019-11042)
* php: Out of bounds read when parsing EXIF information (CVE-2019-11050)
* oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c (CVE-2019-19246)
* php: Information disclosure in function get_headers (CVE-2020-7066)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:7.3 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.\n\nThe following packages have been upgraded to a later upstream version: php (7.3.20). (BZ#1856655)\n\nSecurity Fix(es):\n\n* php: Out-of-bounds read due to integer overflow in iconv_mime_decode_headers() (CVE-2019-11039)\n\n* php: Buffer over-read in exif_read_data() (CVE-2019-11040)\n\n* php: DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte (CVE-2019-11045)\n\n* php: Information disclosure in exif_read_data() (CVE-2019-11047)\n\n* php: Integer wraparounds when receiving multipart forms (CVE-2019-11048)\n\n* oniguruma: Use-after-free in onig_new_deluxe() in regext.c (CVE-2019-13224)\n\n* oniguruma: NULL pointer dereference in match_at() in regexec.c (CVE-2019-13225)\n\n* oniguruma: Stack exhaustion in regcomp.c because of recursion in regparse.c (CVE-2019-16163)\n\n* oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c (CVE-2019-19203)\n\n* oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c (CVE-2019-19204)\n\n* pcre: Out of bounds read in JIT mode when \\X is used in non-UTF mode (CVE-2019-20454)\n\n* php: Out of bounds read in php_strip_tags_ex (CVE-2020-7059)\n\n* php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function (CVE-2020-7060)\n\n* php: NULL pointer dereference in PHP session upload progress (CVE-2020-7062)\n\n* php: Files added to tar with Phar::buildFromIterator have all-access permissions (CVE-2020-7063)\n\n* php: Information disclosure in exif_read_data() function (CVE-2020-7064)\n\n* php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution (CVE-2020-7065)\n\n* php: Heap buffer over-read in exif_scan_thumbnail() (CVE-2019-11041)\n\n* php: Heap buffer over-read in exif_process_user_comment() (CVE-2019-11042)\n\n* php: Out of bounds read when parsing EXIF information (CVE-2019-11050)\n\n* oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c (CVE-2019-19246)\n\n* php: Information disclosure in function get_headers (CVE-2020-7066)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:3662", "url": "https://access.redhat.com/errata/RHSA-2020:3662" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1724152", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1724152" }, { "category": "external", "summary": "1724154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1724154" }, { "category": "external", "summary": "1728965", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1728965" }, { "category": "external", "summary": "1728970", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1728970" }, { "category": "external", "summary": "1735494", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1735494" }, { "category": "external", "summary": "1739459", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739459" }, { "category": "external", "summary": "1739465", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739465" }, { "category": "external", "summary": "1768997", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768997" }, { "category": "external", "summary": "1777537", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777537" }, { "category": "external", "summary": "1786570", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786570" }, { "category": "external", "summary": "1786572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786572" }, { "category": "external", "summary": "1788258", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788258" }, { "category": "external", "summary": "1797776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797776" }, { "category": "external", "summary": "1797779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797779" }, { "category": "external", "summary": "1802061", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802061" }, { "category": "external", "summary": "1802068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802068" }, { "category": "external", "summary": "1808532", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808532" }, { "category": "external", "summary": "1808536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808536" }, { "category": "external", "summary": "1820601", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820601" }, { "category": "external", "summary": "1820604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820604" }, { "category": "external", "summary": "1820627", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820627" }, { "category": "external", "summary": "1837842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1837842" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_3662.json" } ], "title": "Red Hat Security Advisory: php:7.3 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T22:41:00+00:00", "generator": { "date": "2024-11-05T22:41:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:3662", "initial_release_date": "2020-09-08T10:06:10+00:00", "revision_history": [ { "date": "2020-09-08T10:06:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-09-08T10:06:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T22:41:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:7.3:8020020200715124551:ceb1cf90", "product": { "name": "php:7.3:8020020200715124551:ceb1cf90", "product_id": "php:7.3:8020020200715124551:ceb1cf90", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@7.3:8020020200715124551:ceb1cf90" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "product": { "name": "apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "product_id": "apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "product": { "name": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "product_id": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.9-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "product": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "product_id": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=src" } } }, { "category": "product_version", "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "product": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "product_id": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "product": { "name": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "product_id": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.9-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "product": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "product_id": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "product": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "product_id": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "product": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "product_id": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product_id": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product_id": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product_id": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_id": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product_id": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product_id": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product_id": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product_id": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_id": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_id": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_id": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_id": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_id": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.5.2-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-json-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.17-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product_id": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product_id": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product_id": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product_id": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.8.0-1.module%2Bel8.2.0%2B4968%2B1d5097db?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.15.4-1.module%2Bel8.1.0%2B3189%2Ba1bff096?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-recode-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } }, { "category": "product_version", "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_id": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.3.20-1.module%2Bel8.2.0%2B7373%2Bb272fdef?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, "product_reference": "php:7.3:8020020200715124551:ceb1cf90", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch" }, "product_reference": "apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src" }, "product_reference": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src" }, "product_reference": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch" }, "product_reference": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src" }, "product_reference": "php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src" }, "product_reference": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64" }, "product_reference": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le" }, "product_reference": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x" }, "product_reference": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src" }, "product_reference": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64" }, "product_reference": "php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64" }, "product_reference": "php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64" }, "product_reference": "php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src" }, "product_reference": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le" }, "product_reference": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x" }, "product_reference": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" }, { "category": "default_component_of", "full_product_name": { "name": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64 as a component of php:7.3:8020020200715124551:ceb1cf90 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" }, "product_reference": "php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "relates_to_product_reference": "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-11039", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-06-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1724152" } ], "notes": [ { "category": "description", "text": "Function iconv_mime_decode_headers() in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 may perform out-of-buffer read due to integer overflow when parsing MIME headers. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Out-of-bounds read due to integer overflow in iconv_mime_decode_headers()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11039" }, { "category": "external", "summary": "RHBZ#1724152", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1724152" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11039", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11039" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11039", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11039" } ], "release_date": "2019-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Out-of-bounds read due to integer overflow in iconv_mime_decode_headers()" }, { "cve": "CVE-2019-11040", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-06-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1724154" } ], "notes": [ { "category": "description", "text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Buffer over-read in exif_read_data()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11040" }, { "category": "external", "summary": "RHBZ#1724154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1724154" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11040", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11040" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11040", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11040" } ], "release_date": "2019-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Buffer over-read in exif_read_data()" }, { "cve": "CVE-2019-11041", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2019-08-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1739459" } ], "notes": [ { "category": "description", "text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Heap buffer over-read in exif_scan_thumbnail()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11041" }, { "category": "external", "summary": "RHBZ#1739459", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739459" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11041", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11041" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11041", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11041" } ], "release_date": "2019-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.7, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Heap buffer over-read in exif_scan_thumbnail()" }, { "cve": "CVE-2019-11042", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2019-08-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1739465" } ], "notes": [ { "category": "description", "text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Heap buffer over-read in exif_process_user_comment()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11042" }, { "category": "external", "summary": "RHBZ#1739465", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1739465" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11042", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11042" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11042", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11042" } ], "release_date": "2019-08-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.7, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Heap buffer over-read in exif_process_user_comment()" }, { "cve": "CVE-2019-11045", "cwe": { "id": "CWE-170", "name": "Improper Null Termination" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786572" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0, PHP DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11045" }, { "category": "external", "summary": "RHBZ#1786572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786572" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11045", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11045" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11045", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11045" } ], "release_date": "2019-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte" }, { "cve": "CVE-2019-11047", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786570" } ], "notes": [ { "category": "description", "text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Information disclosure in exif_read_data()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11047" }, { "category": "external", "summary": "RHBZ#1786570", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786570" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11047", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11047" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11047", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11047" } ], "release_date": "2019-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Information disclosure in exif_read_data()" }, { "cve": "CVE-2019-11048", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2020-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1837842" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP under a non-default configuration, where it was vulnerable to integer wraparounds during the reception of a multipart POST request. This flaw allows a remote attacker to repeatedly crash PHP and fill the filesystem with temporary PHP files, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Integer wraparounds when receiving multipart forms", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this issue is considered Moderate because it requires an unlikely large `post_max_size` to be configured.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11048" }, { "category": "external", "summary": "RHBZ#1837842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1837842" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11048", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11048" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11048", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11048" } ], "release_date": "2020-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" }, { "category": "workaround", "details": "Ensure that `post_max_size` is set to a value less than 2GB, or remains default.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Integer wraparounds when receiving multipart forms" }, { "cve": "CVE-2019-11050", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2020-01-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1788258" } ], "notes": [ { "category": "description", "text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Out of bounds read when parsing EXIF information", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11050" }, { "category": "external", "summary": "RHBZ#1788258", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788258" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11050", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11050" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11050", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11050" } ], "release_date": "2019-11-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Out of bounds read when parsing EXIF information" }, { "cve": "CVE-2019-13224", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2019-07-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1728970" } ], "notes": [ { "category": "description", "text": "A use-after-free in onig_new_deluxe() in regext.c in Oniguruma 6.9.2 allows attackers to potentially cause information disclosure, denial of service, or possibly code execution by providing a crafted regular expression. The attacker provides a pair of a regex pattern and a string, with a multi-byte encoding that gets handled by onig_new_deluxe(). Oniguruma issues often affect Ruby, as well as common optional libraries for PHP and Rust.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Use-after-free in onig_new_deluxe() in regext.c", "title": "Vulnerability summary" }, { "category": "other", "text": "Ruby versions are not affected as they used Onigmo, which is a fork of Oniguruma, instead. The Onigmo library doesn\u0027t includes the source code containing the related bug.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-13224" }, { "category": "external", "summary": "RHBZ#1728970", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1728970" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-13224", "url": "https://www.cve.org/CVERecord?id=CVE-2019-13224" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-13224", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-13224" } ], "release_date": "2019-06-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "oniguruma: Use-after-free in onig_new_deluxe() in regext.c" }, { "cve": "CVE-2019-13225", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2019-07-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1728965" } ], "notes": [ { "category": "description", "text": "A NULL Pointer Dereference in match_at() in regexec.c in Oniguruma 6.9.2 allows attackers to potentially cause denial of service by providing a crafted regular expression. Oniguruma issues often affect Ruby, as well as common optional libraries for PHP and Rust.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: NULL pointer dereference in match_at() in regexec.c", "title": "Vulnerability summary" }, { "category": "other", "text": "The version of Oniguruma package as shipped with Red Hat Enterprise Linux 6 is not affected by this issue. The issue resides on the way \u0027If/Else\u0027 statements are handled by Oniguruma which is not supported by Red Hat Enterprise Linux 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-13225" }, { "category": "external", "summary": "RHBZ#1728965", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1728965" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-13225", "url": "https://www.cve.org/CVERecord?id=CVE-2019-13225" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-13225", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-13225" } ], "release_date": "2019-06-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "oniguruma: NULL pointer dereference in match_at() in regexec.c" }, { "cve": "CVE-2019-16163", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2019-11-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1768997" } ], "notes": [ { "category": "description", "text": "Oniguruma before 6.9.3 allows Stack Exhaustion in regcomp.c because of recursion in regparse.c.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Stack exhaustion in regcomp.c because of recursion in regparse.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16163" }, { "category": "external", "summary": "RHBZ#1768997", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1768997" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16163", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16163" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16163", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16163" } ], "release_date": "2019-07-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "oniguruma: Stack exhaustion in regcomp.c because of recursion in regparse.c" }, { "cve": "CVE-2019-19203", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-11-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802061" } ], "notes": [ { "category": "description", "text": "An out-of-bounds read vulnerability was found in the way Oniguruma handled regular expressions with GB18030 character encoding. A UChar pointer is dereferenced without checking if it passed the end of the matched string, leading to a heap-based buffer over-read. A remote attacker could abuse this flaw by providing a malformed regular expression that, when processed by an application linked to Oniguruma, might crash the application causing a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw did not affect the versions of Oniguruma (embedded in php) as shipped with Red Hat Enterprise Linux 5, as they did not include support for GB18030 character encoding, which was introduced in a later version of the library.\n\nThe versions of Ruby as shipped with Red Hat Enterprise Linux and Red Hat Software Collections 3 do not use Oniguruma but rather Onigmo, a regular expressions library forked from Oniguruma focusing on new expressions supported in Perl 5.10+. Those versions are affected by this flaw because both Onigmo and Oniguruma share the same vulnerable code. However, Ruby does perform additional checks which prevent the vulnerable code path to be easily reached, hence lowering the severity of the flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19203" }, { "category": "external", "summary": "RHBZ#1802061", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802061" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19203", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19203" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19203", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19203" } ], "release_date": "2019-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c" }, { "cve": "CVE-2019-19204", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-11-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802068" } ], "notes": [ { "category": "description", "text": "An out-of-bounds read vulnerability was found in Oniguruma in the way it handled regular expression quantifiers. A remote attacker could abuse this flaw by providing a malformed regular expression that, when processed by an application linked to Oniguruma, could possibly crash the application, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19204" }, { "category": "external", "summary": "RHBZ#1802068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802068" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19204", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19204" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19204", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19204" } ], "release_date": "2019-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c" }, { "cve": "CVE-2019-19246", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-11-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1777537" } ], "notes": [ { "category": "description", "text": "Oniguruma through 6.9.3, as used in PHP 7.3.x and other products, has a heap-based buffer over-read in str_lower_case_match in regexec.c.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19246" }, { "category": "external", "summary": "RHBZ#1777537", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777537" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19246", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19246" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19246", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19246" } ], "release_date": "2019-08-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c" }, { "cve": "CVE-2019-20454", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-07-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1735494" } ], "notes": [ { "category": "description", "text": "An out-of-bounds read was discovered in PCRE when the pattern \"\\X\" is JIT compiled and used to match specially crafted subjects in non-UTF mode. Applications that use PCRE to process untrusted input may be vulnerable to this flaw. An attacker could use this flaw to crash the application.", "title": "Vulnerability description" }, { "category": "summary", "text": "pcre: Out of bounds read in JIT mode when \\X is used in non-UTF mode", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-20454" }, { "category": "external", "summary": "RHBZ#1735494", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1735494" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-20454", "url": "https://www.cve.org/CVERecord?id=CVE-2019-20454" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-20454", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-20454" } ], "release_date": "2019-07-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "pcre: Out of bounds read in JIT mode when \\X is used in non-UTF mode" }, { "cve": "CVE-2020-7059", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2020-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1797776" } ], "notes": [ { "category": "description", "text": "When using fgetss() function to read data with stripping tags, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause this function to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Out of bounds read in php_strip_tags_ex", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7059" }, { "category": "external", "summary": "RHBZ#1797776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797776" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7059", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7059" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7059", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7059" } ], "release_date": "2020-01-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Out of bounds read in php_strip_tags_ex" }, { "cve": "CVE-2020-7060", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2020-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1797779" } ], "notes": [ { "category": "description", "text": "When using certain mbstring functions to convert multibyte encodings, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause function mbfl_filt_conv_big5_wchar to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7060" }, { "category": "external", "summary": "RHBZ#1797779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797779" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7060", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7060" } ], "release_date": "2020-01-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function" }, { "cve": "CVE-2020-7062", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1808532" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: NULL pointer dereference in PHP session upload progress", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7062" }, { "category": "external", "summary": "RHBZ#1808532", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808532" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7062", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7062" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7062", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7062" } ], "release_date": "2020-02-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: NULL pointer dereference in PHP session upload progress" }, { "cve": "CVE-2020-7063", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "discovery_date": "2020-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1808536" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when creating PHAR archive using PharData::buildFromIterator() function, the files are added with default permissions (0666, or all access) even if the original files on the filesystem were with more restrictive permissions. This may result in files having more lax permissions than intended when such archive is extracted.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Files added to tar with Phar::buildFromIterator have all-access permissions", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7063" }, { "category": "external", "summary": "RHBZ#1808536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808536" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7063", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7063" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7063", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7063" } ], "release_date": "2020-01-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Files added to tar with Phar::buildFromIterator have all-access permissions" }, { "cve": "CVE-2020-7064", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1820601" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while parsing EXIF data with exif_read_data() function, it is possible for malicious data to cause PHP to read one byte of uninitialized memory. This could potentially lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Information disclosure in exif_read_data() function", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7064" }, { "category": "external", "summary": "RHBZ#1820601", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820601" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7064", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7064" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=79282", "url": "https://bugs.php.net/bug.php?id=79282" } ], "release_date": "2020-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Information disclosure in exif_read_data() function" }, { "cve": "CVE-2020-7065", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2020-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1820627" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP while using the mb_strtolower() function with UTF-32LE encoding, where certain invalid strings cause PHP to overwrite the stack-allocated buffer. This flaw leads to memory corruption, crashes, and potential code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7065" }, { "category": "external", "summary": "RHBZ#1820627", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820627" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7065", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7065" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7065", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7065" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_3", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_3" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2020-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution" }, { "cve": "CVE-2020-7066", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1820604" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using get_headers() with user-supplied URL, if the URL contains zero (\\0) character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the get_headers() and possibly send some information to a wrong server.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Information disclosure in function get_headers", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7066" }, { "category": "external", "summary": "RHBZ#1820604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820604" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7066", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7066" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7066", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7066" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=79329", "url": "https://bugs.php.net/bug.php?id=79329" } ], "release_date": "2020-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-09-08T10:06:10+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:3662" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:apcu-panel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-debugsource-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-devel-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:libzip-tools-debuginfo-0:1.5.2-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-bcmath-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-cli-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-common-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dba-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-dbg-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-debugsource-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-devel-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-embedded-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-enchant-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-fpm-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-gmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-intl-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-json-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-ldap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mbstring-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-mysqlnd-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-odbc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-opcache-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pdo-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.noarch", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pear-1:1.10.9-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debuginfo-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-debugsource-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-apcu-devel-0:5.1.17-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debuginfo-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-xdebug-debugsource-0:2.8.0-1.module+el8.2.0+4968+1d5097db.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.src", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debuginfo-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pecl-zip-debugsource-0:1.15.4-1.module+el8.1.0+3189+a1bff096.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-pgsql-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-process-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-recode-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-snmp-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-soap-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xml-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.aarch64", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.ppc64le", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.s390x", "AppStream-8.2.0.Z.MAIN.EUS:php:7.3:8020020200715124551:ceb1cf90:php-xmlrpc-debuginfo-0:7.3.20-1.module+el8.2.0+7373+b272fdef.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Information disclosure in function get_headers" } ] }
rhsa-2020_5275
Vulnerability from csaf_redhat
Published
2020-12-01 12:05
Modified
2024-11-05 23:03
Summary
Red Hat Security Advisory: rh-php73-php security, bug fix, and enhancement update
Notes
Topic
An update for rh-php73-php is now available for Red Hat Software Collections.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server.
The following packages have been upgraded to a later upstream version: rh-php73-php (7.3.20). (BZ#1853211)
Security Fix(es):
* php: DirectoryIterator class accepts filenames with embedded \0 byte and treats them as terminating at that byte (CVE-2019-11045)
* php: Information disclosure in exif_read_data() (CVE-2019-11047)
* php: Integer wraparounds when receiving multipart forms (CVE-2019-11048)
* oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c (CVE-2019-19203)
* oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c (CVE-2019-19204)
* php: Out of bounds read in php_strip_tags_ex (CVE-2020-7059)
* php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function (CVE-2020-7060)
* php: NULL pointer dereference in PHP session upload progress (CVE-2020-7062)
* php: Files added to tar with Phar::buildFromIterator have all-access permissions (CVE-2020-7063)
* php: Information disclosure in exif_read_data() function (CVE-2020-7064)
* php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution (CVE-2020-7065)
* php: Out of bounds read when parsing EXIF information (CVE-2019-11050)
* oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c (CVE-2019-19246)
* php: Information disclosure in function get_headers (CVE-2020-7066)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Software Collections 3.6 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-php73-php is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "PHP is an HTML-embedded scripting language commonly used with the Apache HTTP Server. \n\nThe following packages have been upgraded to a later upstream version: rh-php73-php (7.3.20). (BZ#1853211)\n\nSecurity Fix(es):\n\n* php: DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte (CVE-2019-11045)\n\n* php: Information disclosure in exif_read_data() (CVE-2019-11047)\n\n* php: Integer wraparounds when receiving multipart forms (CVE-2019-11048)\n\n* oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c (CVE-2019-19203)\n\n* oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c (CVE-2019-19204)\n\n* php: Out of bounds read in php_strip_tags_ex (CVE-2020-7059)\n\n* php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function (CVE-2020-7060)\n\n* php: NULL pointer dereference in PHP session upload progress (CVE-2020-7062)\n\n* php: Files added to tar with Phar::buildFromIterator have all-access permissions (CVE-2020-7063)\n\n* php: Information disclosure in exif_read_data() function (CVE-2020-7064)\n\n* php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution (CVE-2020-7065)\n\n* php: Out of bounds read when parsing EXIF information (CVE-2019-11050)\n\n* oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c (CVE-2019-19246)\n\n* php: Information disclosure in function get_headers (CVE-2020-7066)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Software Collections 3.6 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:5275", "url": "https://access.redhat.com/errata/RHSA-2020:5275" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.6_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.6_release_notes/" }, { "category": "external", "summary": "1777537", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777537" }, { "category": "external", "summary": "1786570", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786570" }, { "category": "external", "summary": "1786572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786572" }, { "category": "external", "summary": "1788258", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788258" }, { "category": "external", "summary": "1797776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797776" }, { "category": "external", "summary": "1797779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797779" }, { "category": "external", "summary": "1802061", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802061" }, { "category": "external", "summary": "1802068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802068" }, { "category": "external", "summary": "1808532", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808532" }, { "category": "external", "summary": "1808536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808536" }, { "category": "external", "summary": "1820601", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820601" }, { "category": "external", "summary": "1820604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820604" }, { "category": "external", "summary": "1820627", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820627" }, { "category": "external", "summary": "1837842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1837842" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_5275.json" } ], "title": "Red Hat Security Advisory: rh-php73-php security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-05T23:03:15+00:00", "generator": { "date": "2024-11-05T23:03:15+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2020:5275", "initial_release_date": "2020-12-01T12:05:24+00:00", "revision_history": [ { "date": "2020-12-01T12:05:24+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-12-01T12:05:24+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T23:03:15+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-php73-php-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-cli@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-common-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-common-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-common-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-common@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dba@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dbg@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-devel@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-embedded@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-enchant@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-fpm@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gd@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gmp@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-intl@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-json-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-json-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-json-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-json@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-ldap@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-odbc@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-opcache@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pdo@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-process-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-process-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-process-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-process@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pspell@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-recode@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-snmp@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-soap@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xml@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-zip@7.3.20-1.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "product": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "product_id": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.20-1.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-php73-php-0:7.3.20-1.el7.src", "product": { "name": "rh-php73-php-0:7.3.20-1.el7.src", "product_id": "rh-php73-php-0:7.3.20-1.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.20-1.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-php73-php-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-cli@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-common@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dba@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dbg@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-devel@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-embedded@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-enchant@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-fpm@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gd@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gmp@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-intl@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-json@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-ldap@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-odbc@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-opcache@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pdo@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-process@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pspell@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-recode@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-snmp@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-soap@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xml@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-zip@7.3.20-1.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "product": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "product_id": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.20-1.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-php73-php-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-cli-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-cli-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-cli@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-common-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-common-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-common-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-common@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-dba-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-dba-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dba@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-dbg@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-devel-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-devel-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-devel@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-embedded@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-enchant@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-fpm@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-gd-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-gd-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gd@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-gmp@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-intl-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-intl-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-intl@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-json-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-json-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-json-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-json@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-ldap@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-odbc@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-opcache@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pdo@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-process-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-process-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-process-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-process@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-pspell@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-recode-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-recode-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-recode@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-snmp@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-soap-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-soap-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-soap@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-xml-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-xml-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xml@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-zip-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-zip-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-zip@7.3.20-1.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "product": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "product_id": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.20-1.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-common-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-common-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-json-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-json-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-process-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-process-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.6" }, { "category": "default_component_of", "full_product_name": { "name": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" }, "product_reference": "rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-11045", "cwe": { "id": "CWE-170", "name": "Improper Null Termination" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786572" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0, PHP DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte. This could lead to security vulnerabilities, e.g. in applications checking paths that the code is allowed to access.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11045" }, { "category": "external", "summary": "RHBZ#1786572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786572" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11045", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11045" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11045", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11045" } ], "release_date": "2019-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DirectoryIterator class accepts filenames with embedded \\0 byte and treats them as terminating at that byte" }, { "cve": "CVE-2019-11047", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-12-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1786570" } ], "notes": [ { "category": "description", "text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Information disclosure in exif_read_data()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11047" }, { "category": "external", "summary": "RHBZ#1786570", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1786570" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11047", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11047" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11047", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11047" } ], "release_date": "2019-12-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Information disclosure in exif_read_data()" }, { "cve": "CVE-2019-11048", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2020-05-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1837842" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP under a non-default configuration, where it was vulnerable to integer wraparounds during the reception of a multipart POST request. This flaw allows a remote attacker to repeatedly crash PHP and fill the filesystem with temporary PHP files, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Integer wraparounds when receiving multipart forms", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this issue is considered Moderate because it requires an unlikely large `post_max_size` to be configured.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11048" }, { "category": "external", "summary": "RHBZ#1837842", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1837842" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11048", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11048" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11048", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11048" } ], "release_date": "2020-05-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" }, { "category": "workaround", "details": "Ensure that `post_max_size` is set to a value less than 2GB, or remains default.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Integer wraparounds when receiving multipart forms" }, { "cve": "CVE-2019-11050", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2020-01-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1788258" } ], "notes": [ { "category": "description", "text": "When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Out of bounds read when parsing EXIF information", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11050" }, { "category": "external", "summary": "RHBZ#1788258", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1788258" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11050", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11050" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11050", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11050" } ], "release_date": "2019-11-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Out of bounds read when parsing EXIF information" }, { "cve": "CVE-2019-19203", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-11-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802061" } ], "notes": [ { "category": "description", "text": "An out-of-bounds read vulnerability was found in the way Oniguruma handled regular expressions with GB18030 character encoding. A UChar pointer is dereferenced without checking if it passed the end of the matched string, leading to a heap-based buffer over-read. A remote attacker could abuse this flaw by providing a malformed regular expression that, when processed by an application linked to Oniguruma, might crash the application causing a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw did not affect the versions of Oniguruma (embedded in php) as shipped with Red Hat Enterprise Linux 5, as they did not include support for GB18030 character encoding, which was introduced in a later version of the library.\n\nThe versions of Ruby as shipped with Red Hat Enterprise Linux and Red Hat Software Collections 3 do not use Oniguruma but rather Onigmo, a regular expressions library forked from Oniguruma focusing on new expressions supported in Perl 5.10+. Those versions are affected by this flaw because both Onigmo and Oniguruma share the same vulnerable code. However, Ruby does perform additional checks which prevent the vulnerable code path to be easily reached, hence lowering the severity of the flaw.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19203" }, { "category": "external", "summary": "RHBZ#1802061", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802061" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19203", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19203" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19203", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19203" } ], "release_date": "2019-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "oniguruma: Heap-based buffer over-read in function gb18030_mbc_enc_len in file gb18030.c" }, { "cve": "CVE-2019-19204", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-11-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802068" } ], "notes": [ { "category": "description", "text": "An out-of-bounds read vulnerability was found in Oniguruma in the way it handled regular expression quantifiers. A remote attacker could abuse this flaw by providing a malformed regular expression that, when processed by an application linked to Oniguruma, could possibly crash the application, resulting in a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19204" }, { "category": "external", "summary": "RHBZ#1802068", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802068" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19204", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19204" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19204", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19204" } ], "release_date": "2019-11-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "oniguruma: Heap-based buffer over-read in function fetch_interval_quantifier in regparse.c" }, { "cve": "CVE-2019-19246", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2019-11-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1777537" } ], "notes": [ { "category": "description", "text": "Oniguruma through 6.9.3, as used in PHP 7.3.x and other products, has a heap-based buffer over-read in str_lower_case_match in regexec.c.", "title": "Vulnerability description" }, { "category": "summary", "text": "oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-19246" }, { "category": "external", "summary": "RHBZ#1777537", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1777537" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-19246", "url": "https://www.cve.org/CVERecord?id=CVE-2019-19246" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-19246", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19246" } ], "release_date": "2019-08-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "oniguruma: Heap-based buffer overflow in str_lower_case_match in regexec.c" }, { "cve": "CVE-2020-7059", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2020-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1797776" } ], "notes": [ { "category": "description", "text": "When using fgetss() function to read data with stripping tags, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause this function to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Out of bounds read in php_strip_tags_ex", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7059" }, { "category": "external", "summary": "RHBZ#1797776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797776" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7059", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7059" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7059", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7059" } ], "release_date": "2020-01-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Out of bounds read in php_strip_tags_ex" }, { "cve": "CVE-2020-7060", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2020-01-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1797779" } ], "notes": [ { "category": "description", "text": "When using certain mbstring functions to convert multibyte encodings, in PHP versions 7.2.x below 7.2.27, 7.3.x below 7.3.14 and 7.4.x below 7.4.2 it is possible to supply data that will cause function mbfl_filt_conv_big5_wchar to read past the allocated buffer. This may lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7060" }, { "category": "external", "summary": "RHBZ#1797779", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1797779" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7060", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7060" } ], "release_date": "2020-01-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Global buffer-overflow in mbfl_filt_conv_big5_wchar function" }, { "cve": "CVE-2020-7062", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2020-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1808532" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when using file upload functionality, if upload progress tracking is enabled, but session.upload_progress.cleanup is set to 0 (disabled), and the file upload fails, the upload procedure would try to clean up data that does not exist and encounter null pointer dereference, which would likely lead to a crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: NULL pointer dereference in PHP session upload progress", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7062" }, { "category": "external", "summary": "RHBZ#1808532", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808532" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7062", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7062" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7062", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7062" } ], "release_date": "2020-02-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: NULL pointer dereference in PHP session upload progress" }, { "cve": "CVE-2020-7063", "cwe": { "id": "CWE-284", "name": "Improper Access Control" }, "discovery_date": "2020-02-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1808536" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.28, 7.3.x below 7.3.15 and 7.4.x below 7.4.3, when creating PHAR archive using PharData::buildFromIterator() function, the files are added with default permissions (0666, or all access) even if the original files on the filesystem were with more restrictive permissions. This may result in files having more lax permissions than intended when such archive is extracted.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Files added to tar with Phar::buildFromIterator have all-access permissions", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7063" }, { "category": "external", "summary": "RHBZ#1808536", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1808536" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7063", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7063" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7063", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7063" } ], "release_date": "2020-01-08T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Files added to tar with Phar::buildFromIterator have all-access permissions" }, { "cve": "CVE-2020-7064", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1820601" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while parsing EXIF data with exif_read_data() function, it is possible for malicious data to cause PHP to read one byte of uninitialized memory. This could potentially lead to information disclosure or crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Information disclosure in exif_read_data() function", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7064" }, { "category": "external", "summary": "RHBZ#1820601", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820601" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7064", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7064" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7064", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7064" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=79282", "url": "https://bugs.php.net/bug.php?id=79282" } ], "release_date": "2020-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Information disclosure in exif_read_data() function" }, { "cve": "CVE-2020-7065", "cwe": { "id": "CWE-121", "name": "Stack-based Buffer Overflow" }, "discovery_date": "2020-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1820627" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP while using the mb_strtolower() function with UTF-32LE encoding, where certain invalid strings cause PHP to overwrite the stack-allocated buffer. This flaw leads to memory corruption, crashes, and potential code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7065" }, { "category": "external", "summary": "RHBZ#1820627", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820627" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7065", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7065" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7065", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7065" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_3", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_3" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-7.php#PHP_7_4", "url": "https://www.php.net/ChangeLog-7.php#PHP_7_4" } ], "release_date": "2020-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Using mb_strtolower() function with UTF-32LE encoding leads to potential code execution" }, { "cve": "CVE-2020-7066", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1820604" } ], "notes": [ { "category": "description", "text": "In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using get_headers() with user-supplied URL, if the URL contains zero (\\0) character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the get_headers() and possibly send some information to a wrong server.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Information disclosure in function get_headers", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-7066" }, { "category": "external", "summary": "RHBZ#1820604", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1820604" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-7066", "url": "https://www.cve.org/CVERecord?id=CVE-2020-7066" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-7066", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7066" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=79329", "url": "https://bugs.php.net/bug.php?id=79329" } ], "release_date": "2020-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-12-01T12:05:24+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon must be restarted for the update to take effect.", "product_ids": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:5275" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.6.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6-7.7.Z:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Server-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Server-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.src", "7Workstation-RHSCL-3.6:rh-php73-php-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-bcmath-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-cli-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-common-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dba-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-dbg-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-debuginfo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-devel-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-embedded-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-enchant-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-fpm-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-gmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-intl-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-json-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-ldap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mbstring-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-mysqlnd-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-odbc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-opcache-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pdo-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pgsql-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-process-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-pspell-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-recode-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-snmp-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-soap-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xml-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-xmlrpc-0:7.3.20-1.el7.x86_64", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.ppc64le", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.s390x", "7Workstation-RHSCL-3.6:rh-php73-php-zip-0:7.3.20-1.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Information disclosure in function get_headers" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.