Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-21705
Vulnerability from cvelistv5
Published
2021-10-04 04:00
Modified
2024-09-17 04:09
Severity ?
EPSS score ?
Summary
In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.
References
▼ | URL | Tags | |
---|---|---|---|
security@php.net | https://bugs.php.net/bug.php?id=81122 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
security@php.net | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
security@php.net | https://security.netapp.com/advisory/ntap-20211029-0006/ | Third Party Advisory | |
security@php.net | https://www.oracle.com/security-alerts/cpujan2022.html | Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.php.net/bug.php?id=81122 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20211029-0006/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpujan2022.html | Patch, Vendor Advisory |
Impacted products
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T18:23:29.387Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://bugs.php.net/bug.php?id=81122", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { name: "GLSA-202209-20", tags: [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred", ], url: "https://security.gentoo.org/glsa/202209-20", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "PHP", vendor: "PHP Group", versions: [ { lessThan: "7.3.29", status: "affected", version: "7.3.x", versionType: "custom", }, { lessThan: "7.4.21", status: "affected", version: "7.4.x", versionType: "custom", }, { lessThan: "8.0.8", status: "affected", version: "8.0.X", versionType: "custom", }, ], }, ], credits: [ { lang: "en", value: "reported by vi at hackberry dot xyz", }, ], datePublic: "2021-06-28T00:00:00", descriptions: [ { lang: "en", value: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", }, ], metrics: [ { cvssV3_1: { 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", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-20", description: "CWE-20 Improper Input Validation", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2022-09-29T16:06:48", orgId: "dd77f84a-d19a-4638-8c3d-a322d820ed2b", shortName: "php", }, references: [ { tags: [ "x_refsource_MISC", ], url: "https://bugs.php.net/bug.php?id=81122", }, { tags: [ "x_refsource_MISC", ], url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, { tags: [ "x_refsource_CONFIRM", ], url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { name: "GLSA-202209-20", tags: [ "vendor-advisory", "x_refsource_GENTOO", ], url: "https://security.gentoo.org/glsa/202209-20", }, ], source: { defect: [ "https://bugs.php.net/bug.php?id=81122", ], discovery: "EXTERNAL", }, title: "Incorrect URL validation in FILTER_VALIDATE_URL", x_generator: { engine: "Vulnogram 0.0.9", }, x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "security@php.net", DATE_PUBLIC: "2021-06-28T11:41:00.000Z", ID: "CVE-2021-21705", STATE: "PUBLIC", TITLE: "Incorrect URL validation in FILTER_VALIDATE_URL", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "PHP", version: { version_data: [ { version_affected: "<", version_name: "7.3.x", version_value: "7.3.29", }, { version_affected: "<", version_name: "7.4.x", version_value: "7.4.21", }, { version_affected: "<", version_name: "8.0.X", version_value: "8.0.8", }, ], }, }, ], }, vendor_name: "PHP Group", }, ], }, }, credit: [ { lang: "eng", value: "reported by vi at hackberry dot xyz", }, ], data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", }, ], }, generator: { engine: "Vulnogram 0.0.9", }, impact: { cvss: { 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", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-20 Improper Input Validation", }, ], }, ], }, references: { reference_data: [ { name: "https://bugs.php.net/bug.php?id=81122", refsource: "MISC", url: "https://bugs.php.net/bug.php?id=81122", }, { name: "https://www.oracle.com/security-alerts/cpujan2022.html", refsource: "MISC", url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, { name: "https://security.netapp.com/advisory/ntap-20211029-0006/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { name: "GLSA-202209-20", refsource: "GENTOO", url: "https://security.gentoo.org/glsa/202209-20", }, ], }, source: { defect: [ "https://bugs.php.net/bug.php?id=81122", ], discovery: "EXTERNAL", }, }, }, }, cveMetadata: { assignerOrgId: "dd77f84a-d19a-4638-8c3d-a322d820ed2b", assignerShortName: "php", cveId: "CVE-2021-21705", datePublished: "2021-10-04T04:00:15.654508Z", dateReserved: "2021-01-04T00:00:00", dateUpdated: "2024-09-17T04:09:29.556Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2021-21705\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2021-10-04T04:15:08.210\",\"lastModified\":\"2024-11-21T05:48:52.327\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.\"},{\"lang\":\"es\",\"value\":\"En PHP versiones 7.3.x por debajo de 7.3.29, 7.4.x por debajo de 7.4.21 y 8.0.x por debajo de 8.0.8, cuando es usada la funcionalidad URL validation por medio de la función filter_var() con el parámetro FILTER_VALIDATE_URL, una URL con un campo de contraseña no válido puede ser aceptada como válida. Esto puede conllevar a que el código analice incorrectamente la URL y potencialmente conlleve a otras implicaciones de seguridad - como contactar con un servidor equivocado o tomar una decisión de acceso errónea\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4},{\"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:L/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:P/A:N\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.3.0\",\"versionEndExcluding\":\"7.3.29\",\"matchCriteriaId\":\"82BE8E00-14C8-415D-9FDC-7E77C455097D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.4.0\",\"versionEndExcluding\":\"7.4.21\",\"matchCriteriaId\":\"C48354D3-01BE-417B-916B-CCB7639C9BA2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.8\",\"matchCriteriaId\":\"08BF11AE-E859-4498-AA46-72689B4BE396\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:netapp:clustered_data_ontap:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"1FE996B1-6951-4F85-AA58-B99A379D2163\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:oracle:sd-wan_aware:8.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"667A06DE-E173-406F-94DA-1FE64BCFAE18\"}]}]}],\"references\":[{\"url\":\"https://bugs.php.net/bug.php?id=81122\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-20\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211029-0006/\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujan2022.html\",\"source\":\"security@php.net\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://bugs.php.net/bug.php?id=81122\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202209-20\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20211029-0006/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.oracle.com/security-alerts/cpujan2022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}", }, }
RHSA-2021:2992
Vulnerability from csaf_redhat
Published
2021-08-03 09:20
Modified
2025-03-15 01:18
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.29). (BZ#1977764)
Security Fix(es):
* php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV (CVE-2020-7069)
* php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo (CVE-2020-7071)
* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)
* php: Use of freed hash key in the phar_parse_zipfile function (CVE-2020-7068)
* php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server (CVE-2020-7070)
* php: NULL pointer dereference in SoapClient (CVE-2021-21702)
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 © 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.29). (BZ#1977764)\n\nSecurity Fix(es):\n\n* php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV (CVE-2020-7069)\n\n* php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo (CVE-2020-7071)\n\n* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)\n\n* php: Use of freed hash key in the phar_parse_zipfile function (CVE-2020-7068)\n\n* php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server (CVE-2020-7070)\n\n* php: NULL pointer dereference in SoapClient (CVE-2021-21702)\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-2021:2992", url: "https://access.redhat.com/errata/RHSA-2021:2992", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "1868109", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1868109", }, { category: "external", summary: "1885735", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885735", }, { category: "external", summary: "1885738", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885738", }, { category: "external", summary: "1913846", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1913846", }, { category: "external", summary: "1925272", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1925272", }, { category: "external", summary: "1977764", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977764", }, { category: "external", summary: "1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2992.json", }, ], title: "Red Hat Security Advisory: rh-php73-php security, bug fix, and enhancement update", tracking: { current_release_date: "2025-03-15T01:18:42+00:00", generator: { date: "2025-03-15T01:18:42+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.1", }, }, id: "RHSA-2021:2992", initial_release_date: "2021-08-03T09:20:05+00:00", revision_history: [ { date: "2021-08-03T09:20:05+00:00", number: "1", summary: "Initial version", }, { date: "2021-08-03T09:20:05+00:00", number: "2", summary: "Last updated version", }, { date: "2025-03-15T01:18:42+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.7", 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.7", 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.7-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.29-1.el7.src", product: { name: "rh-php73-php-0:7.3.29-1.el7.src", product_id: "rh-php73-php-0:7.3.29-1.el7.src", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, ], }, vulnerabilities: [ { cve: "CVE-2020-7068", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2020-08-11T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1868109", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.", title: "Vulnerability description", }, { category: "summary", text: "php: Use of freed hash key in the phar_parse_zipfile function", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7068", }, { category: "external", summary: "RHBZ#1868109", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1868109", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7068", url: "https://www.cve.org/CVERecord?id=CVE-2020-7068", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7068", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7068", }, ], release_date: "2020-08-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 3.6, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:L", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: Use of freed hash key in the phar_parse_zipfile function", }, { cve: "CVE-2020-7069", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2020-10-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1885735", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data.", title: "Vulnerability description", }, { category: "summary", text: "php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7069", }, { category: "external", summary: "RHBZ#1885735", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885735", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7069", url: "https://www.cve.org/CVERecord?id=CVE-2020-7069", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7069", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7069", }, ], release_date: "2020-05-15T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV", }, { cve: "CVE-2020-7070", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2020-10-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1885738", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading to an attacker being able to forge cookie which is supposed to be secure. See also CVE-2020-8184 for more information.", title: "Vulnerability description", }, { category: "summary", text: "php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7070", }, { category: "external", summary: "RHBZ#1885738", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885738", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7070", url: "https://www.cve.org/CVERecord?id=CVE-2020-7070", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7070", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7070", }, ], release_date: "2020-06-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server", }, { cve: "CVE-2020-7071", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2021-01-07T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1913846", }, ], notes: [ { category: "description", text: "In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.", title: "Vulnerability description", }, { category: "summary", text: "php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7071", }, { category: "external", summary: "RHBZ#1913846", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1913846", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7071", url: "https://www.cve.org/CVERecord?id=CVE-2020-7071", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7071", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7071", }, ], release_date: "2021-01-03T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo", }, { cve: "CVE-2021-21702", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2021-02-04T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1925272", }, ], notes: [ { category: "description", text: "A NULL pointer dereference issue is in the SOAP extension of PHP. More specifically, the flaw occurs in the SoapClient when parsing a WSDL document due to improper checking of a child node name. A malicious or compromised server replies with a crafted WSDL document, leading to a denial of service of the SoapClient accessing said document. The highest threat from this vulnerability is to system availability.", title: "Vulnerability description", }, { category: "summary", text: "php: NULL pointer dereference in SoapClient", title: "Vulnerability summary", }, { category: "other", text: "This flaw has been rated as having a security impact of Low, because it requires a malicious or compromised server in order to be exploited, and it only affects the SOAP client.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21702", }, { category: "external", summary: "RHBZ#1925272", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1925272", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21702", url: "https://www.cve.org/CVERecord?id=CVE-2021-21702", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21702", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21702", }, ], release_date: "2021-01-26T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: NULL pointer dereference in SoapClient", }, { cve: "CVE-2021-21705", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, discovery_date: "2021-07-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1978755", }, ], notes: [ { category: "description", text: "A flaw was found in php. Currently, php's FILTER_VALIDATE_URL check doesn't recognize some non-compliant RFC 3986 URLs and returns them as valid. This flaw allows an attacker to craft URLs, which depending on how the URL filter checking is used on the application side, lead to Server Side Request Forgery. This issue presents an integrity risk for the application, as eventually, the attacker can manipulate resources that shouldn't be fully available for users.", title: "Vulnerability description", }, { category: "summary", text: "php: SSRF bypass in FILTER_VALIDATE_URL", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21705", }, { category: "external", summary: "RHBZ#1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21705", url: "https://www.cve.org/CVERecord?id=CVE-2021-21705", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", }, { category: "external", summary: "https://bugs.php.net/bug.php?id=81122", url: "https://bugs.php.net/bug.php?id=81122", }, ], release_date: "2021-07-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: SSRF bypass in FILTER_VALIDATE_URL", }, ], }
rhsa-2021:2992
Vulnerability from csaf_redhat
Published
2021-08-03 09:20
Modified
2025-03-15 01:18
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.29). (BZ#1977764)
Security Fix(es):
* php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV (CVE-2020-7069)
* php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo (CVE-2020-7071)
* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)
* php: Use of freed hash key in the phar_parse_zipfile function (CVE-2020-7068)
* php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server (CVE-2020-7070)
* php: NULL pointer dereference in SoapClient (CVE-2021-21702)
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 © 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.29). (BZ#1977764)\n\nSecurity Fix(es):\n\n* php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV (CVE-2020-7069)\n\n* php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo (CVE-2020-7071)\n\n* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)\n\n* php: Use of freed hash key in the phar_parse_zipfile function (CVE-2020-7068)\n\n* php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server (CVE-2020-7070)\n\n* php: NULL pointer dereference in SoapClient (CVE-2021-21702)\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-2021:2992", url: "https://access.redhat.com/errata/RHSA-2021:2992", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "1868109", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1868109", }, { category: "external", summary: "1885735", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885735", }, { category: "external", summary: "1885738", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885738", }, { category: "external", summary: "1913846", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1913846", }, { category: "external", summary: "1925272", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1925272", }, { category: "external", summary: "1977764", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977764", }, { category: "external", summary: "1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2992.json", }, ], title: "Red Hat Security Advisory: rh-php73-php security, bug fix, and enhancement update", tracking: { current_release_date: "2025-03-15T01:18:42+00:00", generator: { date: "2025-03-15T01:18:42+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.1", }, }, id: "RHSA-2021:2992", initial_release_date: "2021-08-03T09:20:05+00:00", revision_history: [ { date: "2021-08-03T09:20:05+00:00", number: "1", summary: "Initial version", }, { date: "2021-08-03T09:20:05+00:00", number: "2", summary: "Last updated version", }, { date: "2025-03-15T01:18:42+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.7", 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.7", 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.7-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.29-1.el7.src", product: { name: "rh-php73-php-0:7.3.29-1.el7.src", product_id: "rh-php73-php-0:7.3.29-1.el7.src", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, ], }, vulnerabilities: [ { cve: "CVE-2020-7068", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2020-08-11T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1868109", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.", title: "Vulnerability description", }, { category: "summary", text: "php: Use of freed hash key in the phar_parse_zipfile function", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7068", }, { category: "external", summary: "RHBZ#1868109", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1868109", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7068", url: "https://www.cve.org/CVERecord?id=CVE-2020-7068", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7068", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7068", }, ], release_date: "2020-08-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 3.6, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:L", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: Use of freed hash key in the phar_parse_zipfile function", }, { cve: "CVE-2020-7069", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2020-10-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1885735", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data.", title: "Vulnerability description", }, { category: "summary", text: "php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7069", }, { category: "external", summary: "RHBZ#1885735", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885735", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7069", url: "https://www.cve.org/CVERecord?id=CVE-2020-7069", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7069", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7069", }, ], release_date: "2020-05-15T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV", }, { cve: "CVE-2020-7070", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2020-10-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1885738", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading to an attacker being able to forge cookie which is supposed to be secure. See also CVE-2020-8184 for more information.", title: "Vulnerability description", }, { category: "summary", text: "php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7070", }, { category: "external", summary: "RHBZ#1885738", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885738", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7070", url: "https://www.cve.org/CVERecord?id=CVE-2020-7070", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7070", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7070", }, ], release_date: "2020-06-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server", }, { cve: "CVE-2020-7071", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2021-01-07T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1913846", }, ], notes: [ { category: "description", text: "In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.", title: "Vulnerability description", }, { category: "summary", text: "php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7071", }, { category: "external", summary: "RHBZ#1913846", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1913846", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7071", url: "https://www.cve.org/CVERecord?id=CVE-2020-7071", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7071", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7071", }, ], release_date: "2021-01-03T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo", }, { cve: "CVE-2021-21702", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2021-02-04T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1925272", }, ], notes: [ { category: "description", text: "A NULL pointer dereference issue is in the SOAP extension of PHP. More specifically, the flaw occurs in the SoapClient when parsing a WSDL document due to improper checking of a child node name. A malicious or compromised server replies with a crafted WSDL document, leading to a denial of service of the SoapClient accessing said document. The highest threat from this vulnerability is to system availability.", title: "Vulnerability description", }, { category: "summary", text: "php: NULL pointer dereference in SoapClient", title: "Vulnerability summary", }, { category: "other", text: "This flaw has been rated as having a security impact of Low, because it requires a malicious or compromised server in order to be exploited, and it only affects the SOAP client.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21702", }, { category: "external", summary: "RHBZ#1925272", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1925272", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21702", url: "https://www.cve.org/CVERecord?id=CVE-2021-21702", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21702", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21702", }, ], release_date: "2021-01-26T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: NULL pointer dereference in SoapClient", }, { cve: "CVE-2021-21705", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, discovery_date: "2021-07-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1978755", }, ], notes: [ { category: "description", text: "A flaw was found in php. Currently, php's FILTER_VALIDATE_URL check doesn't recognize some non-compliant RFC 3986 URLs and returns them as valid. This flaw allows an attacker to craft URLs, which depending on how the URL filter checking is used on the application side, lead to Server Side Request Forgery. This issue presents an integrity risk for the application, as eventually, the attacker can manipulate resources that shouldn't be fully available for users.", title: "Vulnerability description", }, { category: "summary", text: "php: SSRF bypass in FILTER_VALIDATE_URL", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21705", }, { category: "external", summary: "RHBZ#1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21705", url: "https://www.cve.org/CVERecord?id=CVE-2021-21705", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", }, { category: "external", summary: "https://bugs.php.net/bug.php?id=81122", url: "https://bugs.php.net/bug.php?id=81122", }, ], release_date: "2021-07-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: SSRF bypass in FILTER_VALIDATE_URL", }, ], }
rhsa-2021_2992
Vulnerability from csaf_redhat
Published
2021-08-03 09:20
Modified
2024-12-20 19:55
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.29). (BZ#1977764)
Security Fix(es):
* php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV (CVE-2020-7069)
* php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo (CVE-2020-7071)
* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)
* php: Use of freed hash key in the phar_parse_zipfile function (CVE-2020-7068)
* php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server (CVE-2020-7070)
* php: NULL pointer dereference in SoapClient (CVE-2021-21702)
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 © 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.29). (BZ#1977764)\n\nSecurity Fix(es):\n\n* php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV (CVE-2020-7069)\n\n* php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo (CVE-2020-7071)\n\n* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)\n\n* php: Use of freed hash key in the phar_parse_zipfile function (CVE-2020-7068)\n\n* php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server (CVE-2020-7070)\n\n* php: NULL pointer dereference in SoapClient (CVE-2021-21702)\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-2021:2992", url: "https://access.redhat.com/errata/RHSA-2021:2992", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#moderate", url: "https://access.redhat.com/security/updates/classification/#moderate", }, { category: "external", summary: "1868109", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1868109", }, { category: "external", summary: "1885735", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885735", }, { category: "external", summary: "1885738", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885738", }, { category: "external", summary: "1913846", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1913846", }, { category: "external", summary: "1925272", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1925272", }, { category: "external", summary: "1977764", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1977764", }, { category: "external", summary: "1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_2992.json", }, ], title: "Red Hat Security Advisory: rh-php73-php security, bug fix, and enhancement update", tracking: { current_release_date: "2024-12-20T19:55:42+00:00", generator: { date: "2024-12-20T19:55:42+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.4", }, }, id: "RHSA-2021:2992", initial_release_date: "2021-08-03T09:20:05+00:00", revision_history: [ { date: "2021-08-03T09:20:05+00:00", number: "1", summary: "Initial version", }, { date: "2021-08-03T09:20:05+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-20T19:55:42+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.7", 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.7", 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.7-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.29-1.el7.src", product: { name: "rh-php73-php-0:7.3.29-1.el7.src", product_id: "rh-php73-php-0:7.3.29-1.el7.src", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=x86_64", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-common-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-json-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-process-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=s390x", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-bcmath@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-cli@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-common@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dba@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-dbg@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-devel@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-embedded@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-enchant@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-fpm@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gd@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-gmp@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-intl@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-json@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-ldap@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mbstring@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-mysqlnd@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-odbc@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-opcache@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pdo@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pgsql@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-process@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-pspell@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-recode@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-snmp@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-soap@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xml@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-xmlrpc@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-zip@7.3.29-1.el7?arch=ppc64le", }, }, }, { category: "product_version", name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product_id: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/rh-php73-php-debuginfo@7.3.29-1.el7?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7-7.7.Z", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", product_id: "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Server-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.src", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-0:7.3.29-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.7:rh-php73-php-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-bcmath-0:7.3.29-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.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-cli-0:7.3.29-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.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-cli-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-common-0:7.3.29-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.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-common-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dba-0:7.3.29-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.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dba-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-dbg-0:7.3.29-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.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-debuginfo-0:7.3.29-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.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-devel-0:7.3.29-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.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-devel-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-embedded-0:7.3.29-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.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-enchant-0:7.3.29-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.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-fpm-0:7.3.29-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.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gd-0:7.3.29-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.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-gmp-0:7.3.29-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.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-intl-0:7.3.29-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.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-intl-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-json-0:7.3.29-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.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-json-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-ldap-0:7.3.29-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.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mbstring-0:7.3.29-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.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-mysqlnd-0:7.3.29-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.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-odbc-0:7.3.29-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.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-opcache-0:7.3.29-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.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pdo-0:7.3.29-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.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pgsql-0:7.3.29-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.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-process-0:7.3.29-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.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-process-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-pspell-0:7.3.29-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.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-recode-0:7.3.29-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.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-recode-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-snmp-0:7.3.29-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.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-soap-0:7.3.29-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.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-soap-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xml-0:7.3.29-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.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xml-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-xmlrpc-0:7.3.29-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.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", product_id: "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.s390x", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, { category: "default_component_of", full_product_name: { name: "rh-php73-php-zip-0:7.3.29-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.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", }, product_reference: "rh-php73-php-zip-0:7.3.29-1.el7.x86_64", relates_to_product_reference: "7Workstation-RHSCL-3.7", }, ], }, vulnerabilities: [ { cve: "CVE-2020-7068", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2020-08-11T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1868109", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.33, 7.3.x below 7.3.21 and 7.4.x below 7.4.9, while processing PHAR files using phar extension, phar_parse_zipfile could be tricked into accessing freed memory, which could lead to a crash or information disclosure.", title: "Vulnerability description", }, { category: "summary", text: "php: Use of freed hash key in the phar_parse_zipfile function", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7068", }, { category: "external", summary: "RHBZ#1868109", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1868109", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7068", url: "https://www.cve.org/CVERecord?id=CVE-2020-7068", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7068", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7068", }, ], release_date: "2020-08-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 3.6, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:L", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: Use of freed hash key in the phar_parse_zipfile function", }, { cve: "CVE-2020-7069", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2020-10-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1885735", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data.", title: "Vulnerability description", }, { category: "summary", text: "php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7069", }, { category: "external", summary: "RHBZ#1885735", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885735", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7069", url: "https://www.cve.org/CVERecord?id=CVE-2020-7069", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7069", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7069", }, ], release_date: "2020-05-15T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 6.5, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV", }, { cve: "CVE-2020-7070", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2020-10-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1885738", }, ], notes: [ { category: "description", text: "In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading to an attacker being able to forge cookie which is supposed to be secure. See also CVE-2020-8184 for more information.", title: "Vulnerability description", }, { category: "summary", text: "php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7070", }, { category: "external", summary: "RHBZ#1885738", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1885738", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7070", url: "https://www.cve.org/CVERecord?id=CVE-2020-7070", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7070", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7070", }, ], release_date: "2020-06-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: URL decoding of cookie names can lead to different interpretation of cookies between browser and server", }, { cve: "CVE-2020-7071", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2021-01-07T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1913846", }, ], notes: [ { category: "description", text: "In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.", title: "Vulnerability description", }, { category: "summary", text: "php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-7071", }, { category: "external", summary: "RHBZ#1913846", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1913846", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-7071", url: "https://www.cve.org/CVERecord?id=CVE-2020-7071", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-7071", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-7071", }, ], release_date: "2021-01-03T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: FILTER_VALIDATE_URL accepts URLs with invalid userinfo", }, { cve: "CVE-2021-21702", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2021-02-04T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1925272", }, ], notes: [ { category: "description", text: "A NULL pointer dereference issue is in the SOAP extension of PHP. More specifically, the flaw occurs in the SoapClient when parsing a WSDL document due to improper checking of a child node name. A malicious or compromised server replies with a crafted WSDL document, leading to a denial of service of the SoapClient accessing said document. The highest threat from this vulnerability is to system availability.", title: "Vulnerability description", }, { category: "summary", text: "php: NULL pointer dereference in SoapClient", title: "Vulnerability summary", }, { category: "other", text: "This flaw has been rated as having a security impact of Low, because it requires a malicious or compromised server in order to be exploited, and it only affects the SOAP client.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21702", }, { category: "external", summary: "RHBZ#1925272", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1925272", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21702", url: "https://www.cve.org/CVERecord?id=CVE-2021-21702", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21702", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21702", }, ], release_date: "2021-01-26T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "php: NULL pointer dereference in SoapClient", }, { cve: "CVE-2021-21705", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, discovery_date: "2021-07-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1978755", }, ], notes: [ { category: "description", text: "A flaw was found in php. Currently, php's FILTER_VALIDATE_URL check doesn't recognize some non-compliant RFC 3986 URLs and returns them as valid. This flaw allows an attacker to craft URLs, which depending on how the URL filter checking is used on the application side, lead to Server Side Request Forgery. This issue presents an integrity risk for the application, as eventually, the attacker can manipulate resources that shouldn't be fully available for users.", title: "Vulnerability description", }, { category: "summary", text: "php: SSRF bypass in FILTER_VALIDATE_URL", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's 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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21705", }, { category: "external", summary: "RHBZ#1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21705", url: "https://www.cve.org/CVERecord?id=CVE-2021-21705", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", }, { category: "external", summary: "https://bugs.php.net/bug.php?id=81122", url: "https://bugs.php.net/bug.php?id=81122", }, ], release_date: "2021-07-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2021-08-03T09:20:05+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.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2021:2992", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7-7.7.Z:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Server-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Server-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.src", "7Workstation-RHSCL-3.7:rh-php73-php-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-bcmath-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-cli-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-common-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dba-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-dbg-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-debuginfo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-devel-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-embedded-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-enchant-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-fpm-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-gmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-intl-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-json-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-ldap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mbstring-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-mysqlnd-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-odbc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-opcache-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pdo-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pgsql-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-process-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-pspell-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-recode-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-snmp-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-soap-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xml-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-xmlrpc-0:7.3.29-1.el7.x86_64", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.ppc64le", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.s390x", "7Workstation-RHSCL-3.7:rh-php73-php-zip-0:7.3.29-1.el7.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: SSRF bypass in FILTER_VALIDATE_URL", }, ], }
rhsa-2022:1935
Vulnerability from csaf_redhat
Published
2022-05-10 14:20
Modified
2024-12-20 21:54
Summary
Red Hat Security Advisory: php:7.4 security update
Notes
Topic
An update for the php:7.4 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.
Security Fix(es):
* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)
* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)
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 Enterprise Linux 8.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 © 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.4 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\nSecurity Fix(es):\n\n* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)\n\n* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)\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 Enterprise Linux 8.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-2022:1935", url: "https://access.redhat.com/errata/RHSA-2022:1935", }, { 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_enterprise_linux/8/html/8.6_release_notes/", url: "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", }, { category: "external", summary: "1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "2016535", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016535", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1935.json", }, ], title: "Red Hat Security Advisory: php:7.4 security update", tracking: { current_release_date: "2024-12-20T21:54:36+00:00", generator: { date: "2024-12-20T21:54:36+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.4", }, }, id: "RHSA-2022:1935", initial_release_date: "2022-05-10T14:20:43+00:00", revision_history: [ { date: "2022-05-10T14:20:43+00:00", number: "1", summary: "Initial version", }, { date: "2022-05-10T14:20:44+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-20T21:54:36+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.6.0.GA", 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.4:8060020220120080432:0a326c83", product: { name: "php:7.4:8060020220120080432:0a326c83", product_id: "php:7.4:8060020220120080432:0a326c83", product_identification_helper: { purl: "pkg:rpmmod/redhat/php@7.4:8060020220120080432:0a326c83", }, }, }, { category: "product_version", name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product: { name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product_id: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch", }, }, }, { category: "product_version", name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product_id: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch&epoch=1", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=src", }, }, }, { category: "product_version", name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src&epoch=1", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, product_reference: "php:7.4:8060020220120080432:0a326c83", relates_to_product_reference: "AppStream-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", }, product_reference: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", }, product_reference: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21703", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2021-10-20T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2016535", }, ], notes: [ { category: "description", text: "php-fpm has a vulnerability which may lead to local privilege escalation. This vulnerability is hard to exploit as the attack needs to escape the FPM sandbox mechanism. When a complete attack is achieved it may lead to risk for confidentiality, data integrity, and system availability.", title: "Vulnerability description", }, { category: "summary", text: "php: Local privilege escalation via PHP-FPM", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability affects only systems with php-fpm enabled on its configuration. For an attack to be completed successfully, the attacker needs to chain this vulnerability with some other vulnerability that allows escape from the FPM sandbox first.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21703", }, { category: "external", summary: "RHBZ#2016535", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016535", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21703", url: "https://www.cve.org/CVERecord?id=CVE-2021-21703", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21703", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21703", }, ], release_date: "2021-10-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T14:20:43+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.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:1935", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.4, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: Local privilege escalation via PHP-FPM", }, { cve: "CVE-2021-21705", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, discovery_date: "2021-07-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1978755", }, ], notes: [ { category: "description", text: "A flaw was found in php. Currently, php's FILTER_VALIDATE_URL check doesn't recognize some non-compliant RFC 3986 URLs and returns them as valid. This flaw allows an attacker to craft URLs, which depending on how the URL filter checking is used on the application side, lead to Server Side Request Forgery. This issue presents an integrity risk for the application, as eventually, the attacker can manipulate resources that shouldn't be fully available for users.", title: "Vulnerability description", }, { category: "summary", text: "php: SSRF bypass in FILTER_VALIDATE_URL", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21705", }, { category: "external", summary: "RHBZ#1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21705", url: "https://www.cve.org/CVERecord?id=CVE-2021-21705", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", }, { category: "external", summary: "https://bugs.php.net/bug.php?id=81122", url: "https://bugs.php.net/bug.php?id=81122", }, ], release_date: "2021-07-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T14:20:43+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.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:1935", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: SSRF bypass in FILTER_VALIDATE_URL", }, ], }
rhsa-2022_1935
Vulnerability from csaf_redhat
Published
2022-05-10 14:20
Modified
2024-12-20 21:54
Summary
Red Hat Security Advisory: php:7.4 security update
Notes
Topic
An update for the php:7.4 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.
Security Fix(es):
* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)
* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)
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 Enterprise Linux 8.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 © 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.4 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\nSecurity Fix(es):\n\n* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)\n\n* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)\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 Enterprise Linux 8.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-2022:1935", url: "https://access.redhat.com/errata/RHSA-2022:1935", }, { 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_enterprise_linux/8/html/8.6_release_notes/", url: "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", }, { category: "external", summary: "1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "2016535", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016535", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1935.json", }, ], title: "Red Hat Security Advisory: php:7.4 security update", tracking: { current_release_date: "2024-12-20T21:54:36+00:00", generator: { date: "2024-12-20T21:54:36+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.4", }, }, id: "RHSA-2022:1935", initial_release_date: "2022-05-10T14:20:43+00:00", revision_history: [ { date: "2022-05-10T14:20:43+00:00", number: "1", summary: "Initial version", }, { date: "2022-05-10T14:20:44+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-20T21:54:36+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.6.0.GA", 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.4:8060020220120080432:0a326c83", product: { name: "php:7.4:8060020220120080432:0a326c83", product_id: "php:7.4:8060020220120080432:0a326c83", product_identification_helper: { purl: "pkg:rpmmod/redhat/php@7.4:8060020220120080432:0a326c83", }, }, }, { category: "product_version", name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product: { name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product_id: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch", }, }, }, { category: "product_version", name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product_id: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch&epoch=1", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=src", }, }, }, { category: "product_version", name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src&epoch=1", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, product_reference: "php:7.4:8060020220120080432:0a326c83", relates_to_product_reference: "AppStream-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", }, product_reference: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", }, product_reference: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21703", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2021-10-20T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2016535", }, ], notes: [ { category: "description", text: "php-fpm has a vulnerability which may lead to local privilege escalation. This vulnerability is hard to exploit as the attack needs to escape the FPM sandbox mechanism. When a complete attack is achieved it may lead to risk for confidentiality, data integrity, and system availability.", title: "Vulnerability description", }, { category: "summary", text: "php: Local privilege escalation via PHP-FPM", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability affects only systems with php-fpm enabled on its configuration. For an attack to be completed successfully, the attacker needs to chain this vulnerability with some other vulnerability that allows escape from the FPM sandbox first.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21703", }, { category: "external", summary: "RHBZ#2016535", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016535", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21703", url: "https://www.cve.org/CVERecord?id=CVE-2021-21703", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21703", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21703", }, ], release_date: "2021-10-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T14:20:43+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.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:1935", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.4, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: Local privilege escalation via PHP-FPM", }, { cve: "CVE-2021-21705", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, discovery_date: "2021-07-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1978755", }, ], notes: [ { category: "description", text: "A flaw was found in php. Currently, php's FILTER_VALIDATE_URL check doesn't recognize some non-compliant RFC 3986 URLs and returns them as valid. This flaw allows an attacker to craft URLs, which depending on how the URL filter checking is used on the application side, lead to Server Side Request Forgery. This issue presents an integrity risk for the application, as eventually, the attacker can manipulate resources that shouldn't be fully available for users.", title: "Vulnerability description", }, { category: "summary", text: "php: SSRF bypass in FILTER_VALIDATE_URL", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21705", }, { category: "external", summary: "RHBZ#1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21705", url: "https://www.cve.org/CVERecord?id=CVE-2021-21705", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", }, { category: "external", summary: "https://bugs.php.net/bug.php?id=81122", url: "https://bugs.php.net/bug.php?id=81122", }, ], release_date: "2021-07-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T14:20:43+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.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:1935", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: SSRF bypass in FILTER_VALIDATE_URL", }, ], }
RHSA-2022:1935
Vulnerability from csaf_redhat
Published
2022-05-10 14:20
Modified
2024-12-20 21:54
Summary
Red Hat Security Advisory: php:7.4 security update
Notes
Topic
An update for the php:7.4 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.
Security Fix(es):
* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)
* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)
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 Enterprise Linux 8.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 © 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.4 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\nSecurity Fix(es):\n\n* php: Local privilege escalation via PHP-FPM (CVE-2021-21703)\n\n* php: SSRF bypass in FILTER_VALIDATE_URL (CVE-2021-21705)\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 Enterprise Linux 8.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-2022:1935", url: "https://access.redhat.com/errata/RHSA-2022:1935", }, { 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_enterprise_linux/8/html/8.6_release_notes/", url: "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", }, { category: "external", summary: "1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "2016535", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016535", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1935.json", }, ], title: "Red Hat Security Advisory: php:7.4 security update", tracking: { current_release_date: "2024-12-20T21:54:36+00:00", generator: { date: "2024-12-20T21:54:36+00:00", engine: { name: "Red Hat SDEngine", version: "4.2.4", }, }, id: "RHSA-2022:1935", initial_release_date: "2022-05-10T14:20:43+00:00", revision_history: [ { date: "2022-05-10T14:20:43+00:00", number: "1", summary: "Initial version", }, { date: "2022-05-10T14:20:44+00:00", number: "2", summary: "Last updated version", }, { date: "2024-12-20T21:54:36+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.6.0.GA", 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.4:8060020220120080432:0a326c83", product: { name: "php:7.4:8060020220120080432:0a326c83", product_id: "php:7.4:8060020220120080432:0a326c83", product_identification_helper: { purl: "pkg:rpmmod/redhat/php@7.4:8060020220120080432:0a326c83", }, }, }, { category: "product_version", name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product: { name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product_id: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/apcu-panel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch", }, }, }, { category: "product_version", name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product_id: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=noarch&epoch=1", }, }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=aarch64", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=src", }, }, }, { category: "product_version", name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pear@1.10.12-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src&epoch=1", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=s390x", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-debugsource@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-devel@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/libzip-tools-debuginfo@1.6.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-bcmath-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-cli-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-common-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dba-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-dbg-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-debugsource@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-devel@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-embedded-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-enchant-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ffi-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-fpm-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-gmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-intl-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-json-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-ldap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mbstring-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-mysqlnd-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-odbc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-opcache-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pdo-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.18-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.1-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debuginfo@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-xdebug-debugsource@2.9.5-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_id: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pecl-zip-debugsource@1.18.2-1.module%2Bel8.3.0%2B6678%2Bb09f589e?arch=x86_64", }, }, }, { category: "product_version", name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-pgsql-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-process-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-snmp-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-soap-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xml-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, { category: "product_version", name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_id: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/php-xmlrpc-debuginfo@7.4.19-2.module%2Bel8.6.0%2B13953%2B0a59ce9f?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, product_reference: "php:7.4:8060020220120080432:0a326c83", relates_to_product_reference: "AppStream-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", }, product_reference: "apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", }, product_reference: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", }, product_reference: "php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, { category: "default_component_of", full_product_name: { name: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64 as a component of php:7.4:8060020220120080432:0a326c83 as a component of Red Hat Enterprise Linux AppStream (v. 8)", product_id: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", }, product_reference: "php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", relates_to_product_reference: "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21703", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2021-10-20T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2016535", }, ], notes: [ { category: "description", text: "php-fpm has a vulnerability which may lead to local privilege escalation. This vulnerability is hard to exploit as the attack needs to escape the FPM sandbox mechanism. When a complete attack is achieved it may lead to risk for confidentiality, data integrity, and system availability.", title: "Vulnerability description", }, { category: "summary", text: "php: Local privilege escalation via PHP-FPM", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability affects only systems with php-fpm enabled on its configuration. For an attack to be completed successfully, the attacker needs to chain this vulnerability with some other vulnerability that allows escape from the FPM sandbox first.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21703", }, { category: "external", summary: "RHBZ#2016535", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016535", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21703", url: "https://www.cve.org/CVERecord?id=CVE-2021-21703", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21703", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21703", }, ], release_date: "2021-10-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T14:20:43+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.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:1935", }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.4, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: Local privilege escalation via PHP-FPM", }, { cve: "CVE-2021-21705", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, discovery_date: "2021-07-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1978755", }, ], notes: [ { category: "description", text: "A flaw was found in php. Currently, php's FILTER_VALIDATE_URL check doesn't recognize some non-compliant RFC 3986 URLs and returns them as valid. This flaw allows an attacker to craft URLs, which depending on how the URL filter checking is used on the application side, lead to Server Side Request Forgery. This issue presents an integrity risk for the application, as eventually, the attacker can manipulate resources that shouldn't be fully available for users.", title: "Vulnerability description", }, { category: "summary", text: "php: SSRF bypass in FILTER_VALIDATE_URL", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21705", }, { category: "external", summary: "RHBZ#1978755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978755", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21705", url: "https://www.cve.org/CVERecord?id=CVE-2021-21705", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", }, { category: "external", summary: "https://bugs.php.net/bug.php?id=81122", url: "https://bugs.php.net/bug.php?id=81122", }, ], release_date: "2021-07-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T14:20:43+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.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], restart_required: { category: "none", }, url: "https://access.redhat.com/errata/RHSA-2022:1935", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:apcu-panel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-debugsource-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-devel-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:libzip-tools-debuginfo-0:1.6.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-bcmath-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-cli-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-common-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dba-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-dbg-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-debugsource-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-devel-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-embedded-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-enchant-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ffi-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-fpm-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-gmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-intl-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-json-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-ldap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mbstring-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-mysqlnd-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-odbc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-opcache-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pdo-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.noarch", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pear-1:1.10.12-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debuginfo-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-debugsource-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-apcu-devel-0:5.1.18-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debuginfo-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-rrd-debugsource-0:2.0.1-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debuginfo-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-xdebug-debugsource-0:2.9.5-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.src", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debuginfo-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pecl-zip-debugsource-0:1.18.2-1.module+el8.3.0+6678+b09f589e.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-pgsql-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-process-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-snmp-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-soap-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xml-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.aarch64", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.ppc64le", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.s390x", "AppStream-8.6.0.GA:php:7.4:8060020220120080432:0a326c83:php-xmlrpc-debuginfo-0:7.4.19-2.module+el8.6.0+13953+0a59ce9f.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "php: SSRF bypass in FILTER_VALIDATE_URL", }, ], }
WID-SEC-W-2022-1577
Vulnerability from csaf_certbund
Published
2021-06-30 22:00
Modified
2023-09-13 22:00
Summary
PHP: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Sicherheitsvorkehrungen zu umgehen und um einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
- Sonstiges
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Sicherheitsvorkehrungen zu umgehen und um einen Denial of Service Zustand herbeizuführen.", title: "Angriff", }, { category: "general", text: "- UNIX\n- Linux\n- Windows\n- Sonstiges", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2022-1577 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-1577.json", }, { category: "self", summary: "WID-SEC-2022-1577 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1577", }, { category: "external", summary: "Amazon Linux Security Advisory ALASPHP8.0-2023-008 vom 2023-09-14", url: "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-008.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2023-2903 vom 2023-05-24", url: "https://linux.oracle.com/errata/ELSA-2023-2903.html", }, { category: "external", summary: "PHP Change Log: 7.3.29 vom 2021-07-01", url: "https://www.php.net/ChangeLog-7.php#PHP_7_3", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202107-16 vom 2021-07-06", url: "https://security.archlinux.org/ASA-202107-16", }, { category: "external", summary: "Debian Security Advisory DSA-4935 vom 2021-07-06", url: "https://lists.debian.org/debian-security-announce/2021/msg00118.html", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202107-15 vom 2021-07-06", url: "https://security.archlinux.org/ASA-202107-15", }, { category: "external", summary: "Ubuntu Security Notice USN-5006-1 vom 2021-07-07", url: "https://ubuntu.com/security/notices/USN-5006-1", }, { category: "external", summary: "Ubuntu Security Notice USN-5006-2 vom 2021-07-13", url: "https://ubuntu.com/security/notices/USN-5006-2", }, { category: "external", summary: "Debian Security Advisory DLA-2708 vom 2021-07-15", url: "https://lists.debian.org/debian-lts-announce/2021/07/msg00008.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2564-1 vom 2021-07-29", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-July/009232.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2021:2992 vom 2021-08-03", url: "https://access.redhat.com/errata/RHSA-2021:2992", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2636-1 vom 2021-08-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009262.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2638-1 vom 2021-08-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009268.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2637-1 vom 2021-08-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009261.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2795-1 vom 2021-08-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009327.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2021-1532 vom 2021-09-08", url: "https://alas.aws.amazon.com/ALAS-2021-1532.html", }, { category: "external", summary: "NetApp Security Advisory NTAP-20211029-0006 vom 2021-10-29", url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2022-1935 vom 2022-05-17", url: "https://linux.oracle.com/errata/ELSA-2022-1935.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:1935 vom 2022-05-10", url: "https://access.redhat.com/errata/RHSA-2022:1935", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202209-20 vom 2022-09-29", url: "https://security.gentoo.org/glsa/202209-20", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:4068-1 vom 2022-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012984.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:4069-1 vom 2022-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012985.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:4067-1 vom 2022-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012983.html", }, ], source_lang: "en-US", title: "PHP: Mehrere Schwachstellen", tracking: { current_release_date: "2023-09-13T22:00:00.000+00:00", generator: { date: "2024-08-15T17:35:51.340+00:00", engine: { name: "BSI-WID", version: "1.3.5", }, }, id: "WID-SEC-W-2022-1577", initial_release_date: "2021-06-30T22:00:00.000+00:00", revision_history: [ { date: "2021-06-30T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2021-07-05T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Arch Linux und Debian aufgenommen", }, { date: "2021-07-07T22:00:00.000+00:00", number: "3", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2021-07-13T22:00:00.000+00:00", number: "4", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2021-07-15T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Debian aufgenommen", }, { date: "2021-07-29T22:00:00.000+00:00", number: "6", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-08-02T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2021-08-08T22:00:00.000+00:00", number: "8", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-08-22T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-09-08T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2021-10-31T23:00:00.000+00:00", number: "11", summary: "Neue Updates von NetApp aufgenommen", }, { date: "2022-05-10T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2022-05-17T22:00:00.000+00:00", number: "13", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2022-09-29T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2022-11-20T23:00:00.000+00:00", number: "15", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-05-23T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2023-09-13T22:00:00.000+00:00", number: "17", summary: "Neue Updates von Amazon aufgenommen", }, ], status: "final", version: "17", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { category: "product_name", name: "NetApp Data ONTAP", product: { name: "NetApp Data ONTAP", product_id: "7654", product_identification_helper: { cpe: "cpe:/a:netapp:data_ontap:-", }, }, }, ], category: "vendor", name: "NetApp", }, { branches: [ { category: "product_name", name: "Open Source Arch Linux", product: { name: "Open Source Arch Linux", product_id: "T013312", product_identification_helper: { cpe: "cpe:/o:archlinux:archlinux:-", }, }, }, { category: "product_name", name: "Open Source PHP < 7.3.29", product: { name: "Open Source PHP < 7.3.29", product_id: "T019700", product_identification_helper: { cpe: "cpe:/a:php:php:7.3.29", }, }, }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21704", notes: [ { category: "description", text: "Es existiert eine nicht näher beschriebene Schwachstelle in PHP in \"FILTER_VALIDATE_URL\". Ein Angreifer kann dadurch einen Schutz gegen Server-Side Request-Forgery (SSRF) umgehen.", }, ], product_status: { known_affected: [ "2951", "T002207", "67646", "T000126", "7654", "T013312", "398363", "T012167", "T004914", ], }, release_date: "2021-06-30T22:00:00.000+00:00", title: "CVE-2021-21704", }, { cve: "CVE-2021-21705", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in PHP im Modul \"PDO_Firebird\". Ein Angreifer kann verschiedene Fehler in der Speicherverwaltung ausnutzen, um einen Denial of Service Zustand herbeizuführen.", }, ], product_status: { known_affected: [ "2951", "T002207", "67646", "T000126", "7654", "T013312", "398363", "T012167", "T004914", ], }, release_date: "2021-06-30T22:00:00.000+00:00", title: "CVE-2021-21705", }, ], }
wid-sec-w-2023-1737
Vulnerability from csaf_certbund
Published
2023-07-12 22:00
Modified
2023-07-12 22:00
Summary
Juniper Patchday Juli 2023
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
JUNOS ist das "Juniper Network Operating System", das in Juniper Appliances verwendet wird.
SRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.
Die Juniper MX-Serie ist eine Produktfamilie von Routern.
Die Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.
Angriff
Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.
Betroffene Betriebssysteme
- BIOS/Firmware
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "JUNOS ist das \"Juniper Network Operating System\", das in Juniper Appliances verwendet wird.\r\nSRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.\r\nDie Juniper MX-Serie ist eine Produktfamilie von Routern.\r\nDie Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", title: "Angriff", }, { category: "general", text: "- BIOS/Firmware", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-1737 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1737.json", }, { category: "self", summary: "WID-SEC-2023-1737 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1737", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71656", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71659", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71653", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71650", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71660", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71655", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71647", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71643", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71642", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71651", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71640", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71661", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71639", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71662", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71645", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71641", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71636", }, ], source_lang: "en-US", title: "Juniper Patchday Juli 2023", tracking: { current_release_date: "2023-07-12T22:00:00.000+00:00", generator: { date: "2024-08-15T17:55:25.536+00:00", engine: { name: "BSI-WID", version: "1.3.5", }, }, id: "WID-SEC-W-2023-1737", initial_release_date: "2023-07-12T22:00:00.000+00:00", revision_history: [ { date: "2023-07-12T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Juniper JUNOS", product: { name: "Juniper JUNOS", product_id: "5930", product_identification_helper: { cpe: "cpe:/o:juniper:junos:-", }, }, }, { category: "product_name", name: "Juniper JUNOS Evolved", product: { name: "Juniper JUNOS Evolved", product_id: "T018886", product_identification_helper: { cpe: "cpe:/o:juniper:junos:evolved", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10001-36MR", product: { name: "Juniper JUNOS PTX10001-36MR", product_id: "T028577", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10001-36mr", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10004", product: { name: "Juniper JUNOS PTX10004", product_id: "T028578", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10004", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10008", product: { name: "Juniper JUNOS PTX10008", product_id: "T028579", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10008", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10016", product: { name: "Juniper JUNOS PTX10016", product_id: "T028580", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10016", }, }, }, { category: "product_name", name: "Juniper JUNOS Contrail Cloud", product: { name: "Juniper JUNOS Contrail Cloud", product_id: "T028581", product_identification_helper: { cpe: "cpe:/o:juniper:junos:contrail_cloud", }, }, }, { category: "product_name", name: "Juniper JUNOS Space", product: { name: "Juniper JUNOS Space", product_id: "T028582", product_identification_helper: { cpe: "cpe:/o:juniper:junos:space", }, }, }, ], category: "product_name", name: "JUNOS", }, { category: "product_name", name: "Juniper MX Series", product: { name: "Juniper MX Series", product_id: "918766", product_identification_helper: { cpe: "cpe:/h:juniper:mx:-", }, }, }, { category: "product_name", name: "Juniper QFX Series 10000", product: { name: "Juniper QFX Series 10000", product_id: "T027256", product_identification_helper: { cpe: "cpe:/h:juniper:qfx:qfx10000", }, }, }, { branches: [ { category: "product_name", name: "Juniper SRX Series", product: { name: "Juniper SRX Series", product_id: "T008011", product_identification_helper: { cpe: "cpe:/h:juniper:srx_service_gateways:-", }, }, }, { category: "product_name", name: "Juniper SRX Series 5000", product: { name: "Juniper SRX Series 5000", product_id: "T025822", product_identification_helper: { cpe: "cpe:/h:juniper:srx_service_gateways:5000", }, }, }, { category: "product_name", name: "Juniper SRX Series 4600", product: { name: "Juniper SRX Series 4600", product_id: "T028576", product_identification_helper: { cpe: "cpe:/h:juniper:srx_service_gateways:4600", }, }, }, ], category: "product_name", name: "SRX Series", }, ], category: "vendor", name: "Juniper", }, ], }, vulnerabilities: [ { cve: "CVE-2023-36850", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36850", }, { cve: "CVE-2023-36849", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36849", }, { cve: "CVE-2023-36848", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36848", }, { cve: "CVE-2023-36840", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36840", }, { cve: "CVE-2023-36838", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36838", }, { cve: "CVE-2023-36836", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36836", }, { cve: "CVE-2023-36835", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36835", }, { cve: "CVE-2023-36834", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36834", }, { cve: "CVE-2023-36833", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36833", }, { cve: "CVE-2023-36832", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36832", }, { cve: "CVE-2023-36831", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36831", }, { cve: "CVE-2023-28985", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-28985", }, { cve: "CVE-2022-4378", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-4378", }, { cve: "CVE-2022-42898", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-42898", }, { cve: "CVE-2022-42703", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-42703", }, { cve: "CVE-2022-41974", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-41974", }, { cve: "CVE-2022-38023", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-38023", }, { cve: "CVE-2022-3276", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-3276", }, { cve: "CVE-2022-31629", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31629", }, { cve: "CVE-2022-31628", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31628", }, { cve: "CVE-2022-31627", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31627", }, { cve: "CVE-2022-31626", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31626", }, { cve: "CVE-2022-31625", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31625", }, { cve: "CVE-2022-30123", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-30123", }, { cve: "CVE-2022-29901", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-29901", }, { cve: "CVE-2022-29900", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-29900", }, { cve: "CVE-2022-2964", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-2964", }, { cve: "CVE-2022-2795", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-2795", }, { cve: "CVE-2022-26373", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-26373", }, { cve: "CVE-2022-2588", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-2588", }, { cve: "CVE-2022-23825", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-23825", }, { cve: "CVE-2021-40085", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-40085", }, { cve: "CVE-2021-26401", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-26401", }, { cve: "CVE-2021-25220", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-25220", }, { cve: "CVE-2021-21708", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21708", }, { cve: "CVE-2021-21707", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21707", }, { cve: "CVE-2021-21705", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21705", }, { cve: "CVE-2021-21704", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21704", }, { cve: "CVE-2021-21703", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21703", }, { cve: "CVE-2021-21702", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21702", }, { cve: "CVE-2020-7071", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-7071", }, { cve: "CVE-2020-13946", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-13946", }, { cve: "CVE-2020-13817", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-13817", }, { cve: "CVE-2020-11868", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-11868", }, { cve: "CVE-2019-11358", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2019-11358", }, { cve: "CVE-2017-7655", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2017-7655", }, { cve: "CVE-2017-7654", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2017-7654", }, { cve: "CVE-2017-7653", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2017-7653", }, ], }
WID-SEC-W-2023-1737
Vulnerability from csaf_certbund
Published
2023-07-12 22:00
Modified
2023-07-12 22:00
Summary
Juniper Patchday Juli 2023
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
JUNOS ist das "Juniper Network Operating System", das in Juniper Appliances verwendet wird.
SRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.
Die Juniper MX-Serie ist eine Produktfamilie von Routern.
Die Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.
Angriff
Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.
Betroffene Betriebssysteme
- BIOS/Firmware
{ document: { aggregate_severity: { text: "hoch", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "JUNOS ist das \"Juniper Network Operating System\", das in Juniper Appliances verwendet wird.\r\nSRX Series Services Gateways ist ein Next-Generation Anti-Threat Firewall von Juniper.\r\nDie Juniper MX-Serie ist eine Produktfamilie von Routern.\r\nDie Switches der QFX-Serie von Juniper sichern und automatisieren Netzwerke in Rechenzentren.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in verschiedenen Juniper Produkten ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", title: "Angriff", }, { category: "general", text: "- BIOS/Firmware", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2023-1737 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1737.json", }, { category: "self", summary: "WID-SEC-2023-1737 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1737", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71656", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71659", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71653", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71650", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71660", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71655", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71647", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71643", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71642", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71651", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71640", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71661", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71639", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71662", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71645", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71641", }, { category: "external", summary: "Juniper Security Advisory vom 2023-07-12", url: "https://kb.juniper.net/InfoCenter/index?page=content&id=JSA71636", }, ], source_lang: "en-US", title: "Juniper Patchday Juli 2023", tracking: { current_release_date: "2023-07-12T22:00:00.000+00:00", generator: { date: "2024-08-15T17:55:25.536+00:00", engine: { name: "BSI-WID", version: "1.3.5", }, }, id: "WID-SEC-W-2023-1737", initial_release_date: "2023-07-12T22:00:00.000+00:00", revision_history: [ { date: "2023-07-12T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Juniper JUNOS", product: { name: "Juniper JUNOS", product_id: "5930", product_identification_helper: { cpe: "cpe:/o:juniper:junos:-", }, }, }, { category: "product_name", name: "Juniper JUNOS Evolved", product: { name: "Juniper JUNOS Evolved", product_id: "T018886", product_identification_helper: { cpe: "cpe:/o:juniper:junos:evolved", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10001-36MR", product: { name: "Juniper JUNOS PTX10001-36MR", product_id: "T028577", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10001-36mr", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10004", product: { name: "Juniper JUNOS PTX10004", product_id: "T028578", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10004", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10008", product: { name: "Juniper JUNOS PTX10008", product_id: "T028579", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10008", }, }, }, { category: "product_name", name: "Juniper JUNOS PTX10016", product: { name: "Juniper JUNOS PTX10016", product_id: "T028580", product_identification_helper: { cpe: "cpe:/o:juniper:junos:ptx10016", }, }, }, { category: "product_name", name: "Juniper JUNOS Contrail Cloud", product: { name: "Juniper JUNOS Contrail Cloud", product_id: "T028581", product_identification_helper: { cpe: "cpe:/o:juniper:junos:contrail_cloud", }, }, }, { category: "product_name", name: "Juniper JUNOS Space", product: { name: "Juniper JUNOS Space", product_id: "T028582", product_identification_helper: { cpe: "cpe:/o:juniper:junos:space", }, }, }, ], category: "product_name", name: "JUNOS", }, { category: "product_name", name: "Juniper MX Series", product: { name: "Juniper MX Series", product_id: "918766", product_identification_helper: { cpe: "cpe:/h:juniper:mx:-", }, }, }, { category: "product_name", name: "Juniper QFX Series 10000", product: { name: "Juniper QFX Series 10000", product_id: "T027256", product_identification_helper: { cpe: "cpe:/h:juniper:qfx:qfx10000", }, }, }, { branches: [ { category: "product_name", name: "Juniper SRX Series", product: { name: "Juniper SRX Series", product_id: "T008011", product_identification_helper: { cpe: "cpe:/h:juniper:srx_service_gateways:-", }, }, }, { category: "product_name", name: "Juniper SRX Series 5000", product: { name: "Juniper SRX Series 5000", product_id: "T025822", product_identification_helper: { cpe: "cpe:/h:juniper:srx_service_gateways:5000", }, }, }, { category: "product_name", name: "Juniper SRX Series 4600", product: { name: "Juniper SRX Series 4600", product_id: "T028576", product_identification_helper: { cpe: "cpe:/h:juniper:srx_service_gateways:4600", }, }, }, ], category: "product_name", name: "SRX Series", }, ], category: "vendor", name: "Juniper", }, ], }, vulnerabilities: [ { cve: "CVE-2023-36850", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36850", }, { cve: "CVE-2023-36849", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36849", }, { cve: "CVE-2023-36848", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36848", }, { cve: "CVE-2023-36840", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36840", }, { cve: "CVE-2023-36838", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36838", }, { cve: "CVE-2023-36836", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36836", }, { cve: "CVE-2023-36835", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36835", }, { cve: "CVE-2023-36834", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36834", }, { cve: "CVE-2023-36833", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36833", }, { cve: "CVE-2023-36832", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36832", }, { cve: "CVE-2023-36831", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-36831", }, { cve: "CVE-2023-28985", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2023-28985", }, { cve: "CVE-2022-4378", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-4378", }, { cve: "CVE-2022-42898", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-42898", }, { cve: "CVE-2022-42703", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-42703", }, { cve: "CVE-2022-41974", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-41974", }, { cve: "CVE-2022-38023", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-38023", }, { cve: "CVE-2022-3276", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-3276", }, { cve: "CVE-2022-31629", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31629", }, { cve: "CVE-2022-31628", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31628", }, { cve: "CVE-2022-31627", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31627", }, { cve: "CVE-2022-31626", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31626", }, { cve: "CVE-2022-31625", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-31625", }, { cve: "CVE-2022-30123", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-30123", }, { cve: "CVE-2022-29901", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-29901", }, { cve: "CVE-2022-29900", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-29900", }, { cve: "CVE-2022-2964", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-2964", }, { cve: "CVE-2022-2795", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-2795", }, { cve: "CVE-2022-26373", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-26373", }, { cve: "CVE-2022-2588", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-2588", }, { cve: "CVE-2022-23825", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2022-23825", }, { cve: "CVE-2021-40085", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-40085", }, { cve: "CVE-2021-26401", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-26401", }, { cve: "CVE-2021-25220", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-25220", }, { cve: "CVE-2021-21708", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21708", }, { cve: "CVE-2021-21707", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21707", }, { cve: "CVE-2021-21705", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21705", }, { cve: "CVE-2021-21704", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21704", }, { cve: "CVE-2021-21703", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21703", }, { cve: "CVE-2021-21702", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2021-21702", }, { cve: "CVE-2020-7071", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-7071", }, { cve: "CVE-2020-13946", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-13946", }, { cve: "CVE-2020-13817", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-13817", }, { cve: "CVE-2020-11868", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2020-11868", }, { cve: "CVE-2019-11358", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2019-11358", }, { cve: "CVE-2017-7655", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2017-7655", }, { cve: "CVE-2017-7654", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2017-7654", }, { cve: "CVE-2017-7653", notes: [ { category: "description", text: "Es existieren mehrere Schwachstellen in Juniper JUNOS, JUNOS Evolved, sowie JUNOS Space und zugehörigen Produkten. Dazu zählen SRX, MX, PTX, QFX, Contrail Cloud und mehrere Produkten von Drittanbietern wie PHP, jQuery, Openstack, sowie AMD- und Intel-Prozessoren. Sie werden u. a. durch unsachgemäße Überprüfungen, Out-of-Bounds-Read, unsachgemäße Validierungen, Use-after-free-Fehler und die Verwendung einer nicht initialisierten Ressource verursacht. Ein Angreifer kann diese Schwachstellen ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand auszulösen und seine Privilegien zu erweitern.", }, ], product_status: { known_affected: [ "T028581", "T028582", "T028580", "918766", "T018886", "T025822", "5930", "T028578", "T028579", "T027256", "T028576", "T028577", "T008011", ], }, release_date: "2023-07-12T22:00:00.000+00:00", title: "CVE-2017-7653", }, ], }
wid-sec-w-2022-1577
Vulnerability from csaf_certbund
Published
2021-06-30 22:00
Modified
2023-09-13 22:00
Summary
PHP: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Sicherheitsvorkehrungen zu umgehen und um einen Denial of Service Zustand herbeizuführen.
Betroffene Betriebssysteme
- UNIX
- Linux
- Windows
- Sonstiges
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "PHP ist eine Programmiersprache, die zur Implementierung von Web-Applikationen genutzt wird.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in PHP ausnutzen, um Sicherheitsvorkehrungen zu umgehen und um einen Denial of Service Zustand herbeizuführen.", title: "Angriff", }, { category: "general", text: "- UNIX\n- Linux\n- Windows\n- Sonstiges", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2022-1577 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2021/wid-sec-w-2022-1577.json", }, { category: "self", summary: "WID-SEC-2022-1577 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2022-1577", }, { category: "external", summary: "Amazon Linux Security Advisory ALASPHP8.0-2023-008 vom 2023-09-14", url: "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-008.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2023-2903 vom 2023-05-24", url: "https://linux.oracle.com/errata/ELSA-2023-2903.html", }, { category: "external", summary: "PHP Change Log: 7.3.29 vom 2021-07-01", url: "https://www.php.net/ChangeLog-7.php#PHP_7_3", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202107-16 vom 2021-07-06", url: "https://security.archlinux.org/ASA-202107-16", }, { category: "external", summary: "Debian Security Advisory DSA-4935 vom 2021-07-06", url: "https://lists.debian.org/debian-security-announce/2021/msg00118.html", }, { category: "external", summary: "Arch Linux Security Advisory ASA-202107-15 vom 2021-07-06", url: "https://security.archlinux.org/ASA-202107-15", }, { category: "external", summary: "Ubuntu Security Notice USN-5006-1 vom 2021-07-07", url: "https://ubuntu.com/security/notices/USN-5006-1", }, { category: "external", summary: "Ubuntu Security Notice USN-5006-2 vom 2021-07-13", url: "https://ubuntu.com/security/notices/USN-5006-2", }, { category: "external", summary: "Debian Security Advisory DLA-2708 vom 2021-07-15", url: "https://lists.debian.org/debian-lts-announce/2021/07/msg00008.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2564-1 vom 2021-07-29", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-July/009232.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2021:2992 vom 2021-08-03", url: "https://access.redhat.com/errata/RHSA-2021:2992", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2636-1 vom 2021-08-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009262.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2638-1 vom 2021-08-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009268.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2637-1 vom 2021-08-06", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009261.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2021:2795-1 vom 2021-08-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2021-August/009327.html", }, { category: "external", summary: "Amazon Linux Security Advisory ALAS-2021-1532 vom 2021-09-08", url: "https://alas.aws.amazon.com/ALAS-2021-1532.html", }, { category: "external", summary: "NetApp Security Advisory NTAP-20211029-0006 vom 2021-10-29", url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2022-1935 vom 2022-05-17", url: "https://linux.oracle.com/errata/ELSA-2022-1935.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2022:1935 vom 2022-05-10", url: "https://access.redhat.com/errata/RHSA-2022:1935", }, { category: "external", summary: "Gentoo Linux Security Advisory GLSA-202209-20 vom 2022-09-29", url: "https://security.gentoo.org/glsa/202209-20", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:4068-1 vom 2022-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012984.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:4069-1 vom 2022-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012985.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2022:4067-1 vom 2022-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2022-November/012983.html", }, ], source_lang: "en-US", title: "PHP: Mehrere Schwachstellen", tracking: { current_release_date: "2023-09-13T22:00:00.000+00:00", generator: { date: "2024-08-15T17:35:51.340+00:00", engine: { name: "BSI-WID", version: "1.3.5", }, }, id: "WID-SEC-W-2022-1577", initial_release_date: "2021-06-30T22:00:00.000+00:00", revision_history: [ { date: "2021-06-30T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2021-07-05T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Arch Linux und Debian aufgenommen", }, { date: "2021-07-07T22:00:00.000+00:00", number: "3", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2021-07-13T22:00:00.000+00:00", number: "4", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2021-07-15T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Debian aufgenommen", }, { date: "2021-07-29T22:00:00.000+00:00", number: "6", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-08-02T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2021-08-08T22:00:00.000+00:00", number: "8", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-08-22T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2021-09-08T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2021-10-31T23:00:00.000+00:00", number: "11", summary: "Neue Updates von NetApp aufgenommen", }, { date: "2022-05-10T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2022-05-17T22:00:00.000+00:00", number: "13", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2022-09-29T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Gentoo aufgenommen", }, { date: "2022-11-20T23:00:00.000+00:00", number: "15", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2023-05-23T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2023-09-13T22:00:00.000+00:00", number: "17", summary: "Neue Updates von Amazon aufgenommen", }, ], status: "final", version: "17", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Gentoo Linux", product: { name: "Gentoo Linux", product_id: "T012167", product_identification_helper: { cpe: "cpe:/o:gentoo:linux:-", }, }, }, ], category: "vendor", name: "Gentoo", }, { branches: [ { category: "product_name", name: "NetApp Data ONTAP", product: { name: "NetApp Data ONTAP", product_id: "7654", product_identification_helper: { cpe: "cpe:/a:netapp:data_ontap:-", }, }, }, ], category: "vendor", name: "NetApp", }, { branches: [ { category: "product_name", name: "Open Source Arch Linux", product: { name: "Open Source Arch Linux", product_id: "T013312", product_identification_helper: { cpe: "cpe:/o:archlinux:archlinux:-", }, }, }, { category: "product_name", name: "Open Source PHP < 7.3.29", product: { name: "Open Source PHP < 7.3.29", product_id: "T019700", product_identification_helper: { cpe: "cpe:/a:php:php:7.3.29", }, }, }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, ], }, vulnerabilities: [ { cve: "CVE-2021-21704", notes: [ { category: "description", text: "Es existiert eine nicht näher beschriebene Schwachstelle in PHP in \"FILTER_VALIDATE_URL\". Ein Angreifer kann dadurch einen Schutz gegen Server-Side Request-Forgery (SSRF) umgehen.", }, ], product_status: { known_affected: [ "2951", "T002207", "67646", "T000126", "7654", "T013312", "398363", "T012167", "T004914", ], }, release_date: "2021-06-30T22:00:00.000+00:00", title: "CVE-2021-21704", }, { cve: "CVE-2021-21705", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in PHP im Modul \"PDO_Firebird\". Ein Angreifer kann verschiedene Fehler in der Speicherverwaltung ausnutzen, um einen Denial of Service Zustand herbeizuführen.", }, ], product_status: { known_affected: [ "2951", "T002207", "67646", "T000126", "7654", "T013312", "398363", "T012167", "T004914", ], }, release_date: "2021-06-30T22:00:00.000+00:00", title: "CVE-2021-21705", }, ], }
gsd-2021-21705
Vulnerability from gsd
Modified
2023-12-13 01:23
Details
In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.
Aliases
Aliases
{ GSD: { alias: "CVE-2021-21705", description: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", id: "GSD-2021-21705", references: [ "https://www.suse.com/security/cve/CVE-2021-21705.html", "https://www.debian.org/security/2021/dsa-4935", "https://access.redhat.com/errata/RHSA-2021:2992", "https://ubuntu.com/security/CVE-2021-21705", "https://advisories.mageia.org/CVE-2021-21705.html", "https://security.archlinux.org/CVE-2021-21705", "https://alas.aws.amazon.com/cve/html/CVE-2021-21705.html", "https://linux.oracle.com/cve/CVE-2021-21705.html", "https://access.redhat.com/errata/RHSA-2022:1935", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2021-21705", ], details: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", id: "GSD-2021-21705", modified: "2023-12-13T01:23:11.064787Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security@php.net", DATE_PUBLIC: "2021-06-28T11:41:00.000Z", ID: "CVE-2021-21705", STATE: "PUBLIC", TITLE: "Incorrect URL validation in FILTER_VALIDATE_URL", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "PHP", version: { version_data: [ { version_affected: "<", version_name: "7.3.x", version_value: "7.3.29", }, { version_affected: "<", version_name: "7.4.x", version_value: "7.4.21", }, { version_affected: "<", version_name: "8.0.X", version_value: "8.0.8", }, ], }, }, ], }, vendor_name: "PHP Group", }, ], }, }, credit: [ { lang: "eng", value: "reported by vi at hackberry dot xyz", }, ], data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", }, ], }, generator: { engine: "Vulnogram 0.0.9", }, impact: { cvss: { 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", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-20 Improper Input Validation", }, ], }, ], }, references: { reference_data: [ { name: "https://bugs.php.net/bug.php?id=81122", refsource: "MISC", url: "https://bugs.php.net/bug.php?id=81122", }, { name: "https://www.oracle.com/security-alerts/cpujan2022.html", refsource: "MISC", url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, { name: "https://security.netapp.com/advisory/ntap-20211029-0006/", refsource: "CONFIRM", url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { name: "GLSA-202209-20", refsource: "GENTOO", url: "https://security.gentoo.org/glsa/202209-20", }, ], }, source: { defect: [ "https://bugs.php.net/bug.php?id=81122", ], discovery: "EXTERNAL", }, }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "8.0.8", versionStartIncluding: "8.0.0", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "7.4.21", versionStartIncluding: "7.4.0", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "7.3.29", versionStartIncluding: "7.3.0", vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:netapp:clustered_data_ontap:-:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:oracle:sd-wan_aware:8.2:*:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security@php.net", ID: "CVE-2021-21705", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-20", }, ], }, ], }, references: { reference_data: [ { name: "N/A", refsource: "CONFIRM", tags: [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory", ], url: "https://bugs.php.net/bug.php?id=81122", }, { name: "https://security.netapp.com/advisory/ntap-20211029-0006/", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { name: "https://www.oracle.com/security-alerts/cpujan2022.html", refsource: "MISC", tags: [ "Patch", "Vendor Advisory", ], url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, { name: "GLSA-202209-20", refsource: "GENTOO", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202209-20", }, ], }, }, impact: { baseMetricV2: { acInsufInfo: false, cvssV2: { accessComplexity: "LOW", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "NONE", baseScore: 5, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:L/Au:N/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 10, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, severity: "MEDIUM", userInteractionRequired: false, }, baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 1.4, }, }, lastModifiedDate: "2022-10-29T02:50Z", publishedDate: "2021-10-04T04:15Z", }, }, }
fkie_cve-2021-21705
Vulnerability from fkie_nvd
Published
2021-10-04 04:15
Modified
2024-11-21 05:48
Severity ?
4.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
5.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
5.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Summary
In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.
References
▼ | URL | Tags | |
---|---|---|---|
security@php.net | https://bugs.php.net/bug.php?id=81122 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
security@php.net | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
security@php.net | https://security.netapp.com/advisory/ntap-20211029-0006/ | Third Party Advisory | |
security@php.net | https://www.oracle.com/security-alerts/cpujan2022.html | Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.php.net/bug.php?id=81122 | Exploit, Issue Tracking, Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202209-20 | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20211029-0006/ | Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpujan2022.html | Patch, Vendor Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
php | php | * | |
php | php | * | |
php | php | * | |
netapp | clustered_data_ontap | - | |
oracle | sd-wan_aware | 8.2 |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", matchCriteriaId: "82BE8E00-14C8-415D-9FDC-7E77C455097D", versionEndExcluding: "7.3.29", versionStartIncluding: "7.3.0", vulnerable: true, }, { criteria: "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", matchCriteriaId: "C48354D3-01BE-417B-916B-CCB7639C9BA2", versionEndExcluding: "7.4.21", versionStartIncluding: "7.4.0", vulnerable: true, }, { criteria: "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", matchCriteriaId: "08BF11AE-E859-4498-AA46-72689B4BE396", versionEndExcluding: "8.0.8", versionStartIncluding: "8.0.0", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:netapp:clustered_data_ontap:-:*:*:*:*:*:*:*", matchCriteriaId: "1FE996B1-6951-4F85-AA58-B99A379D2163", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:oracle:sd-wan_aware:8.2:*:*:*:*:*:*:*", matchCriteriaId: "667A06DE-E173-406F-94DA-1FE64BCFAE18", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", }, { lang: "es", value: "En PHP versiones 7.3.x por debajo de 7.3.29, 7.4.x por debajo de 7.4.21 y 8.0.x por debajo de 8.0.8, cuando es usada la funcionalidad URL validation por medio de la función filter_var() con el parámetro FILTER_VALIDATE_URL, una URL con un campo de contraseña no válido puede ser aceptada como válida. Esto puede conllevar a que el código analice incorrectamente la URL y potencialmente conlleve a otras implicaciones de seguridad - como contactar con un servidor equivocado o tomar una decisión de acceso errónea", }, ], id: "CVE-2021-21705", lastModified: "2024-11-21T05:48:52.327", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "LOW", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "NONE", baseScore: 5, confidentialityImpact: "NONE", integrityImpact: "PARTIAL", vectorString: "AV:N/AC:L/Au:N/C:N/I:P/A:N", version: "2.0", }, exploitabilityScore: 10, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { 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", }, exploitabilityScore: 2.8, impactScore: 1.4, source: "security@php.net", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 1.4, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2021-10-04T04:15:08.210", references: [ { source: "security@php.net", tags: [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory", ], url: "https://bugs.php.net/bug.php?id=81122", }, { source: "security@php.net", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202209-20", }, { source: "security@php.net", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { source: "security@php.net", tags: [ "Patch", "Vendor Advisory", ], url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Issue Tracking", "Patch", "Vendor Advisory", ], url: "https://bugs.php.net/bug.php?id=81122", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.gentoo.org/glsa/202209-20", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Third Party Advisory", ], url: "https://security.netapp.com/advisory/ntap-20211029-0006/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Vendor Advisory", ], url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, ], sourceIdentifier: "security@php.net", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-20", }, ], source: "security@php.net", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-20", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
ghsa-rxcr-7xjm-f9c9
Vulnerability from github
Published
2022-05-24 19:16
Modified
2022-09-30 00:00
Severity ?
Details
In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.
{ affected: [], aliases: [ "CVE-2021-21705", ], database_specific: { cwe_ids: [ "CWE-20", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2021-10-04T04:15:00Z", severity: "MODERATE", }, details: "In PHP versions 7.3.x below 7.3.29, 7.4.x below 7.4.21 and 8.0.x below 8.0.8, when using URL validation functionality via filter_var() function with FILTER_VALIDATE_URL parameter, an URL with invalid password field can be accepted as valid. This can lead to the code incorrectly parsing the URL and potentially leading to other security implications - like contacting a wrong server or making a wrong access decision.", id: "GHSA-rxcr-7xjm-f9c9", modified: "2022-09-30T00:00:31Z", published: "2022-05-24T19:16:31Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21705", }, { type: "WEB", url: "https://bugs.php.net/bug.php?id=81122", }, { type: "WEB", url: "https://security.gentoo.org/glsa/202209-20", }, { type: "WEB", url: "https://security.netapp.com/advisory/ntap-20211029-0006", }, { type: "WEB", url: "https://www.oracle.com/security-alerts/cpujan2022.html", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", type: "CVSS_V3", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- 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.